Uses of Class
net.minecraft.tag.RequiredTagList
| Package | Description |
|---|---|
| net.minecraft.tag |
-
Uses of RequiredTagList in net.minecraft.tag
Fields in net.minecraft.tag declared as RequiredTagList Modifier and Type Field Description protected 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 RequiredTagList Modifier and Type Field Description private static List<RequiredTagList<?>>RequiredTagListRegistry. REQUIRED_TAG_LISTSMethods in net.minecraft.tag that return RequiredTagList Modifier and Type Method Description static <T> RequiredTagList<T>RequiredTagListRegistry. register(RegistryKey<? extends Registry<T>> registryKey, String dataType)Methods in net.minecraft.tag that return types with arguments of type RequiredTagList Modifier and Type Method Description private static Set<RequiredTagList<?>>RequiredTagListRegistry. getRequiredTags()Methods in net.minecraft.tag with parameters of type RequiredTagList Modifier and Type Method Description private <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 RequiredTagList Modifier and Type Method Description static voidRequiredTagListRegistry. forEach(Consumer<RequiredTagList<?>> consumer)Constructors in net.minecraft.tag with parameters of type RequiredTagList Constructor Description RequiredGroup(RequiredTagList<T> requirement, CompletableFuture<? extends TagGroup<T>> groupLoadFuture)