Uses of Class
net.minecraft.registry.entry.RegistryEntryList.Named
Packages that use RegistryEntryList.Named
Package
Description
-
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.registry
Fields in net.minecraft.registry with type parameters of type RegistryEntryList.NamedModifier and TypeFieldDescription(package private) final Map<TagKey<Object>, RegistryEntryList.Named<Object>> ContextSwappableRegistryLookup.tagsprivate final Map<TagKey<T>, RegistryEntryList.Named<T>> SimpleRegistry.tagsMethods in net.minecraft.registry that return RegistryEntryList.NamedModifier and TypeMethodDescriptionprivate RegistryEntryList.Named<T> SimpleRegistry.createNamedEntryList(TagKey<T> tag) private RegistryEntryList.Named<Object> ContextSwappableRegistryLookup.EntryLookupImpl.getOrComputeTag(TagKey<Object> tag) ContextSwappableRegistryLookup.EntryLookupImpl.getOrThrow(TagKey<Object> tag) default RegistryEntryList.Named<T> RegistryEntryLookup.getOrThrow(TagKey<T> tag) (package private) RegistryEntryList.Named<T> Methods in net.minecraft.registry that return types with arguments of type RegistryEntryList.NamedModifier and TypeMethodDescriptionContextSwappableRegistryLookup.EntryLookupImpl.getOptional(TagKey<Object> tag) RegistryBuilder.EntryListCreatingLookup.getOptional(TagKey<T> tag) RegistryEntryLookup.getOptional(TagKey<T> tag) default Optional<RegistryEntryList.Named<T>> RegistryWrapper.Impl.Delegating.getOptional(TagKey<T> tag) SimpleRegistry.getOptional(TagKey<T> tag) SimpleRegistry.TagLookup.getOptional(TagKey<T> key) RegistryBuilder.UntaggedLookup.getTags()RegistryWrapper.getTags()default Stream<RegistryEntryList.Named<T>> RegistryWrapper.Impl.Delegating.getTags()SimpleRegistry.getTags()SimpleRegistry.TagLookup.stream()Registry.streamTags()SimpleRegistry.streamTags()Method parameters in net.minecraft.registry with type arguments of type RegistryEntryList.NamedModifier and TypeMethodDescriptionvoidSimpleRegistry.TagLookup.forEach(BiConsumer<? super TagKey<T>, ? super RegistryEntryList.Named<T>> consumer) static <T> SimpleRegistry.TagLookup<T> SimpleRegistry.TagLookup.fromMap(Map<TagKey<T>, RegistryEntryList.Named<T>> map) -
Uses of RegistryEntryList.Named in net.minecraft.registry.entry
Methods in net.minecraft.registry.entry that return RegistryEntryList.NamedModifier and TypeMethodDescriptionstatic <T> RegistryEntryList.Named<T> RegistryEntryList.of(RegistryEntryOwner<T> owner, TagKey<T> tagKey) Deprecated.