Package dev.linwood.itemmods.pack
Class TranslatableName
- java.lang.Object
-
- dev.linwood.itemmods.pack.TranslatableName
-
public class TranslatableName extends Object
-
-
Constructor Summary
Constructors Constructor Description TranslatableName(@NotNull String name)TranslatableName(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull StringgetName()booleanisTranslated()com.google.gson.JsonObjectsave()voidsetName(@NotNull String name)voidsetTranslated(boolean translated)
-
-
-
Constructor Detail
-
TranslatableName
public TranslatableName(@NotNull @NotNull String name)
-
TranslatableName
public TranslatableName(com.google.gson.JsonObject jsonObject)
-
-