Package dev.linwood.itemmods.pack
Class DefinedNamedPackObject
- java.lang.Object
-
- dev.linwood.itemmods.pack.DefinedNamedPackObject
-
-
Constructor Summary
Constructors Constructor Description DefinedNamedPackObject(@NotNull String name)
-
-
-
Field Detail
-
GSON
public static final com.google.gson.Gson GSON
-
name
protected String name
-
-
Constructor Detail
-
DefinedNamedPackObject
public DefinedNamedPackObject(@NotNull @NotNull String name)
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(@NotNull @NotNull String name) throws UnsupportedOperationException
- Throws:
UnsupportedOperationException
-
-