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 class
static class
static class
-
Uses of IForgeHolderSet in net.minecraftforge.registries.holdersets
Subinterfaces of IForgeHolderSet in net.minecraftforge.registries.holdersetsModifier and TypeInterfaceDescriptioninterface
Interface for mods' custom holderset typesClasses in net.minecraftforge.registries.holdersets that implement IForgeHolderSetModifier and TypeClassDescriptionclass
AndHolderSet<T>
Holderset that represents an intersection of other holdersets.final record
AnyHolderSet<T>
Holderset that represents all elements of a registry.class
Composite holdersets have component holdersets and possibly owner holdersets (which have this holderset as a component).class
NotHolderSet<T>
Holderset that represents all elements of a registry not present in another holderset.class
OrHolderSet<T>
Holderset that represents a union of other holdersets.