Uses of Interface
net.minecraft.core.HolderOwner
Packages that use HolderOwner
Package
Description
-
Uses of HolderOwner in net.minecraft.core
Subinterfaces of HolderOwner in net.minecraft.coreModifier and TypeInterfaceDescriptioninterfaceinterfaceHolderGetter<T>interfaceHolderLookup<T>static interfacestatic interfaceinterfaceRegistry<T>interfaceClasses in net.minecraft.core that implement HolderOwnerFields in net.minecraft.core declared as HolderOwnerModifier and TypeFieldDescriptionprivate final HolderOwner<T> Holder.Reference.ownerprivate final HolderOwner<T> HolderSet.Named.ownerMethods in net.minecraft.core with parameters of type HolderOwnerModifier and TypeMethodDescriptiondefault booleanHolderLookup.RegistryLookup.Delegate.canSerialize(HolderOwner<T> owner) default booleanHolderOwner.canSerialize(HolderOwner<T> owner) booleanHolder.canSerializeIn(HolderOwner<T> registry) booleanHolder.Direct.canSerializeIn(HolderOwner<T> registry) booleanHolder.Reference.canSerializeIn(HolderOwner<T> context) booleanHolderSet.canSerializeIn(HolderOwner<T> owner) booleanHolderSet.ListBacked.canSerializeIn(HolderOwner<T> owner) booleanHolderSet.Named.canSerializeIn(HolderOwner<T> context) static <T> Holder.Reference<T> Holder.Reference.createIntrusive(HolderOwner<T> owner, @Nullable T value) Deprecated.static <T> Holder.Reference<T> Holder.Reference.createStandAlone(HolderOwner<T> owner, ResourceKey<T> key) static <T> HolderSet.Named<T> HolderSet.emptyNamed(HolderOwner<T> owner, TagKey<T> key) Deprecated.Constructors in net.minecraft.core with parameters of type HolderOwnerModifierConstructorDescription(package private)Named(HolderOwner<T> owner, TagKey<T> key) protectedReference(Holder.Reference.Type type, HolderOwner<T> owner, @Nullable ResourceKey<T> key, @Nullable T value) -
Uses of HolderOwner in net.minecraft.core.registries
Classes in net.minecraft.core.registries that implement HolderOwnerModifier and TypeClassDescriptionclassclassfinal recordclassMethods in net.minecraft.core.registries with parameters of type HolderOwnerModifier and TypeMethodDescriptionbooleanConcurrentHolderGetter.canSerialize(HolderOwner<T> owner) booleanEmptyTagLookupWrapper.canSerialize(HolderOwner<T> owner) Constructors in net.minecraft.core.registries with parameters of type HolderOwnerModifierConstructorDescriptionprotectedLazyHolder(HolderOwner<T> owner, @Nullable ResourceKey<T> key) -
Uses of HolderOwner in net.minecraft.util
Classes in net.minecraft.util that implement HolderOwner -
Uses of HolderOwner in net.neoforged.neoforge.registries
Classes in net.neoforged.neoforge.registries that implement HolderOwnerMethods in net.neoforged.neoforge.registries with parameters of type HolderOwner -
Uses of HolderOwner in net.neoforged.neoforge.registries.holdersets
Methods in net.neoforged.neoforge.registries.holdersets with parameters of type HolderOwnerModifier and TypeMethodDescriptionbooleanAnyHolderSet.canSerializeIn(HolderOwner<T> holderOwner) booleanCompositeHolderSet.canSerializeIn(HolderOwner<T> holderOwner) booleanNotHolderSet.canSerializeIn(HolderOwner<T> holderOwner)