Uses of Class
net.minecraft.tags.TagRegistry
Packages that use TagRegistry
-
Uses of TagRegistry in net.minecraft.tags
Fields in net.minecraft.tags declared as TagRegistryModifier 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
Fields in net.minecraft.tags with type parameters of type TagRegistryModifier and TypeFieldDescriptionprivate static final Map<ResourceLocation,
TagRegistry<?>> TagRegistryManager.HELPERS
Methods in net.minecraft.tags that return TagRegistryModifier 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
Methods in net.minecraftforge.common that return TagRegistryModifier and TypeMethodDescriptionprivate static <T extends IForgeRegistryEntry<T>>
TagRegistry<T>ForgeTagHandler.getTagRegistry
(IForgeRegistry<T> registry)