Package net.neoforged.neoforge.common
Class Tags
java.lang.Object
net.neoforged.neoforge.common.Tags
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classNote, fluid tags should not be plural to match the vanilla standard.static classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetTagTranslationKey(TagKey<?> tagKey) Use this to get a TagKey's translation key safely on any side.
-
Constructor Details
-
Tags
public Tags()
-
-
Method Details
-
getTagTranslationKey
Use this to get a TagKey's translation key safely on any side.- Returns:
- the translation key for a TagKey.
-