Uses of Class
net.minecraft.util.registry.RegistryEntryList.ListBacked
Packages that use RegistryEntryList.ListBacked
Package
Description
Contains the registry, used to register various in-game components, and related classes.
-
Uses of RegistryEntryList.ListBacked in net.minecraft.server.command
Methods in net.minecraft.server.command that return types with arguments of type RegistryEntryList.ListBackedModifier and TypeMethodDescriptionprivate static Optional<? extends RegistryEntryList.ListBacked<Structure>>LocateCommand.getStructureListForPredicate(RegistryPredicateArgumentType.RegistryPredicate<Structure> predicate, Registry<Structure> structureRegistry) -
Uses of RegistryEntryList.ListBacked in net.minecraft.util.registry
Subclasses of RegistryEntryList.ListBacked in net.minecraft.util.registryModifier and TypeClassDescriptionstatic classA direct registry entry list that holds the values directly, instead of using tags.static classA registry entry list that references a tag from the registry.