Uses of Interface
net.neoforged.neoforge.common.extensions.IHolderSetExtension
Packages that use IHolderSetExtension
-
Uses of IHolderSetExtension in net.minecraft.core
Subinterfaces of IHolderSetExtension in net.minecraft.coreClasses in net.minecraft.core that implement IHolderSetExtensionModifier and TypeClassDescriptionstatic final class
static class
static class
-
Uses of IHolderSetExtension in net.neoforged.neoforge.registries.holdersets
Subinterfaces of IHolderSetExtension in net.neoforged.neoforge.registries.holdersetsModifier and TypeInterfaceDescriptioninterface
Interface for mods' custom holderset typesClasses in net.neoforged.neoforge.registries.holdersets that implement IHolderSetExtensionModifier 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.