Uses of Class
net.minecraft.tags.TagRegistry
-
Uses of TagRegistry in net.minecraft.tags
Modifier and TypeFieldDescriptionprotected static final TagRegistry<Block>
BlockTags.HELPER
protected static final TagRegistry<EntityType<?>>
EntityTypeTags.HELPER
protected static final TagRegistry<Fluid>
FluidTags.HELPER
protected static final TagRegistry<Item>
ItemTags.HELPER
Modifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,
TagRegistry<?>> TagRegistryManager.HELPERS
Modifier and TypeMethodDescriptionstatic <T> TagRegistry<T>
TagRegistryManager.create
(ResourceLocation p_242196_0_, Function<ITagCollectionSupplier, ITagCollection<T>> p_242196_1_) static TagRegistry<?>
TagRegistryManager.get
(ResourceLocation rl) -
Uses of TagRegistry in net.minecraftforge.common
Modifier and TypeMethodDescriptionprivate static <T extends IForgeRegistryEntry<T>>
TagRegistry<T>ForgeTagHandler.getTagRegistry
(IForgeRegistry<T> registry)