Uses of Class
net.minecraft.tag.RequiredTagList
Packages that use RequiredTagList
-
Uses of RequiredTagList in net.minecraft.tag
Fields in net.minecraft.tag declared as RequiredTagListModifier and TypeFieldDescriptionprotected static final RequiredTagList<Block>BlockTags.REQUIRED_TAGSprotected static final RequiredTagList<EntityType<?>>EntityTypeTags.REQUIRED_TAGSprotected static final RequiredTagList<Fluid>FluidTags.REQUIRED_TAGSprotected static final RequiredTagList<GameEvent>GameEventTags.REQUIRED_TAGSprotected static final RequiredTagList<Item>ItemTags.REQUIRED_TAGSprivate final RequiredTagList<T>TagManagerLoader.RequiredGroup.requirementFields in net.minecraft.tag with type parameters of type RequiredTagListModifier and TypeFieldDescriptionprivate static final List<RequiredTagList<?>>RequiredTagListRegistry.ALLMethods in net.minecraft.tag that return RequiredTagListModifier and TypeMethodDescriptionstatic <T> RequiredTagList<T>RequiredTagListRegistry.register(RegistryKey<? extends Registry<T>> registryKey, String dataType) Creates and registers a required tag list.Methods in net.minecraft.tag that return types with arguments of type RequiredTagListModifier and TypeMethodDescriptionprivate static Set<RequiredTagList<?>>RequiredTagListRegistry.getBuiltinTags()Methods in net.minecraft.tag with parameters of type RequiredTagListModifier and TypeMethodDescriptionprivate <T> @Nullable TagManagerLoader.RequiredGroup<T>TagManagerLoader.buildRequiredGroup(ResourceManager resourceManager, Executor prepareExecutor, RequiredTagList<T> requirement) Method parameters in net.minecraft.tag with type arguments of type RequiredTagListModifier and TypeMethodDescriptionstatic voidRequiredTagListRegistry.forEach(Consumer<RequiredTagList<?>> consumer) Constructors in net.minecraft.tag with parameters of type RequiredTagListModifierConstructorDescription(package private)RequiredGroup(RequiredTagList<T> requiredTagList, CompletableFuture<? extends TagGroup<T>> completableFuture)