Package net.minecraftforge.registries.holdersets
package net.minecraftforge.registries.holdersets
-
ClassDescriptionAndHolderSet<T>Holderset that represents an intersection of other holdersets.AnyHolderSet<T>Holderset that represents all elements of a registry.Composite holdersets have component holdersets and possibly owner holdersets (which have this holderset as a component).Interface for mods' custom holderset typesNotHolderSet<T>Holderset that represents all elements of a registry not present in another holderset.OrHolderSet<T>Holderset that represents a union of other holdersets.