Uses of Class
net.minecraft.registry.entry.RegistryEntryList.ListBacked
Packages that use RegistryEntryList.ListBacked
- 
Uses of RegistryEntryList.ListBacked in net.minecraft.registry.entrySubclasses of RegistryEntryList.ListBacked in net.minecraft.registry.entryModifier and TypeClassDescriptionstatic final 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.
- 
Uses of RegistryEntryList.ListBacked in net.minecraft.server.commandMethods 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)