Uses of Interface
net.minecraftforge.common.extensions.IForgeHolderSet
Packages that use IForgeHolderSet
-
Uses of IForgeHolderSet in net.minecraft.core
Subinterfaces of IForgeHolderSet in net.minecraft.coreClasses in net.minecraft.core that implement IForgeHolderSetModifier and TypeClassDescriptionstatic classstatic classstatic class -
Uses of IForgeHolderSet in net.minecraftforge.registries.holdersets
Subinterfaces of IForgeHolderSet in net.minecraftforge.registries.holdersetsModifier and TypeInterfaceDescriptioninterfaceInterface for mods' custom holderset typesClasses in net.minecraftforge.registries.holdersets that implement IForgeHolderSetModifier and TypeClassDescriptionclassAndHolderSet<T>Holderset that represents an intersection of other holdersets.final recordAnyHolderSet<T>Holderset that represents all elements of a registry.classComposite holdersets have component holdersets and possibly owner holdersets (which have this holderset as a component).classNotHolderSet<T>Holderset that represents all elements of a registry not present in another holderset.classOrHolderSet<T>Holderset that represents a union of other holdersets.