Interface LangRegistryAccess
- All Known Implementing Classes:
PonderLocalization
public interface LangRegistryAccess
-
Method Summary
Modifier and TypeMethodDescriptiongetShared(net.minecraft.resources.ResourceLocation key) getSpecific(net.minecraft.resources.ResourceLocation sceneId, String k) getTagDescription(net.minecraft.resources.ResourceLocation key) getTagName(net.minecraft.resources.ResourceLocation key) com.google.gson.JsonObjectprovideLangEntries(String modID) Generate a JsonObject holding all Lang-entries and their enUS default that was declared in code
-
Method Details
-
provideLangEntries
Generate a JsonObject holding all Lang-entries and their enUS default that was declared in code -
getTagName
-
getTagDescription
-
getSpecific
-