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 String
getName()
boolean
isTranslated()
com.google.gson.JsonObject
save()
void
setName(@NotNull String name)
void
setTranslated(boolean translated)
-
-
-
Constructor Detail
-
TranslatableName
public TranslatableName(@NotNull @NotNull String name)
-
TranslatableName
public TranslatableName(com.google.gson.JsonObject jsonObject)
-
-