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 RequiredTagList<Block>BlockTags.REQUIRED_TAGSprotected static RequiredTagList<EntityType<?>>EntityTypeTags.REQUIRED_TAGSprotected static RequiredTagList<Fluid>FluidTags.REQUIRED_TAGSprotected static RequiredTagList<GameEvent>GameEventTags.REQUIRED_TAGSprotected static RequiredTagList<Item>ItemTags.REQUIRED_TAGSprivate RequiredTagList<T>TagManagerLoader.RequiredGroup.requirementFields in net.minecraft.tag with type parameters of type RequiredTagListModifier and TypeFieldDescriptionprivate static List<RequiredTagList<?>>RequiredTagListRegistry.REQUIRED_TAG_LISTSMethods in net.minecraft.tag that return RequiredTagListModifier and TypeMethodDescriptionstatic <T> RequiredTagList<T>RequiredTagListRegistry.register(RegistryKey<? extends Registry<T>> registryKey, String dataType)Methods in net.minecraft.tag that return types with arguments of type RequiredTagListModifier and TypeMethodDescriptionprivate static Set<RequiredTagList<?>>RequiredTagListRegistry.getRequiredTags()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 RequiredTagListModifierConstructorDescriptionprivateRequiredGroup(RequiredTagList<T> requirement, CompletableFuture<? extends TagGroup<T>> groupLoadFuture)