Uses of Class
net.minecraft.util.registry.RegistryEntryList.Named
Packages that use RegistryEntryList.Named
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of RegistryEntryList.Named in net.minecraft.command
Methods in net.minecraft.command that return types with arguments of type RegistryEntryList.NamedModifier and TypeMethodDescriptionCommandRegistryWrapper.getEntryList(TagKey<T> tag) Returns the entry list for the provided tag.CommandRegistryWrapper.Impl.getEntryList(TagKey<T> tag) Returns the entry list for the provided tag. -
Uses of RegistryEntryList.Named in net.minecraft.command.argument
Fields in net.minecraft.command.argument declared as RegistryEntryList.NamedModifier and TypeFieldDescriptionprivate final RegistryEntryList.Named<T>RegistryEntryPredicateArgumentType.TagBased.tagThe field for thetagrecord component.Methods in net.minecraft.command.argument that return RegistryEntryList.NamedModifier and TypeMethodDescriptionRegistryEntryPredicateArgumentType.TagBased.tag()Returns the value of thetagrecord component.Methods in net.minecraft.command.argument that return types with arguments of type RegistryEntryList.NamedModifier and TypeMethodDescriptioncom.mojang.datafixers.util.Either<RegistryEntry.Reference<T>,RegistryEntryList.Named<T>> RegistryEntryPredicateArgumentType.EntryBased.getEntry()com.mojang.datafixers.util.Either<RegistryEntry.Reference<T>,RegistryEntryList.Named<T>> RegistryEntryPredicateArgumentType.EntryPredicate.getEntry()com.mojang.datafixers.util.Either<RegistryEntry.Reference<T>,RegistryEntryList.Named<T>> RegistryEntryPredicateArgumentType.TagBased.getEntry()Constructors in net.minecraft.command.argument with parameters of type RegistryEntryList.Named -
Uses of RegistryEntryList.Named in net.minecraft.util.registry
Fields in net.minecraft.util.registry with type parameters of type RegistryEntryList.NamedModifier and TypeFieldDescriptionprivate Map<TagKey<T>,RegistryEntryList.Named<T>> SimpleRegistry.tagToEntryListMethods in net.minecraft.util.registry that return RegistryEntryList.NamedModifier and TypeMethodDescriptionprivate RegistryEntryList.Named<T>SimpleRegistry.createNamedEntryList(TagKey<T> tag) abstract RegistryEntryList.Named<T>Registry.getOrCreateEntryList(TagKey<T> tag) SimpleRegistry.getOrCreateEntryList(TagKey<T> tag) static <T> RegistryEntryList.Named<T>Deprecated.Methods in net.minecraft.util.registry that return types with arguments of type RegistryEntryList.NamedModifier and TypeMethodDescriptionabstract Optional<RegistryEntryList.Named<T>>Registry.getEntryList(TagKey<T> tag) Returns the registry entry list of values that are assignedtag, or an empty optional if the tag is not known to the registry.SimpleRegistry.getEntryList(TagKey<T> tag) Returns the registry entry list of values that are assignedtag, or an empty optional if the tag is not known to the registry.abstract Stream<com.mojang.datafixers.util.Pair<TagKey<T>,RegistryEntryList.Named<T>>> Registry.streamTagsAndEntries()Stream<com.mojang.datafixers.util.Pair<TagKey<T>,RegistryEntryList.Named<T>>> SimpleRegistry.streamTagsAndEntries()