Class PonderLocalization
java.lang.Object
com.simibubi.create.foundation.ponder.PonderLocalization
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic StringgetChapter(net.minecraft.resources.ResourceLocation key)static StringgetShared(net.minecraft.resources.ResourceLocation key)static StringgetSpecific(net.minecraft.resources.ResourceLocation sceneId, String k)static StringgetTag(net.minecraft.resources.ResourceLocation key)static StringgetTagDescription(net.minecraft.resources.ResourceLocation key)protected static StringlangKeyForChapter(net.minecraft.resources.ResourceLocation k)protected static StringlangKeyForShared(net.minecraft.resources.ResourceLocation k)protected static StringlangKeyForSpecific(net.minecraft.resources.ResourceLocation sceneId, String k)protected static StringlangKeyForTag(net.minecraft.resources.ResourceLocation k)protected static StringlangKeyForTagDescription(net.minecraft.resources.ResourceLocation k)static com.google.gson.JsonObjectInternal use only.static voidprovideRegistrateLang(com.tterrag.registrate.AbstractRegistrate<?> registrate)static voidstatic voidregisterChapter(net.minecraft.resources.ResourceLocation key, String enUS)static voidregisterShared(net.minecraft.resources.ResourceLocation key, String enUS)static voidregisterSpecific(net.minecraft.resources.ResourceLocation sceneId, String key, String enUS)static voidregisterTag(net.minecraft.resources.ResourceLocation key, String enUS, String description)
-
Field Details
-
LANG_PREFIX
- See Also:
- Constant Field Values
-
-
Constructor Details
-
PonderLocalization
public PonderLocalization()
-
-
Method Details
-
registerTag
-
registerChapter
-
registerSpecific
-
getTag
-
getTagDescription
-
getChapter
-
getSpecific
-
record
-
generateSceneLang
public static void generateSceneLang() -
provideLangEntries
public static com.google.gson.JsonObject provideLangEntries()Internal use only. -
provideRegistrateLang
public static void provideRegistrateLang(com.tterrag.registrate.AbstractRegistrate<?> registrate) -
langKeyForTag
-
langKeyForTagDescription
-
langKeyForChapter
-
langKeyForSpecific