Package zombie.world.moddata
Class GlobalModData
java.lang.Object
zombie.world.moddata.GlobalModData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(String string, KahluaTable kahluaTable) void
collectTableNames
(List list) create()
boolean
getOrCreate
(String string) void
init()
void
load()
void
receive
(ByteBuffer byteBuffer) void
receiveRequest
(ByteBuffer byteBuffer, UdpConnection udpConnection) void
void
reset()
void
save()
void
-
Field Details
-
SAVE_EXT
- See Also:
-
SAVE_FILE
- See Also:
-
instance
-
-
Constructor Details
-
GlobalModData
public GlobalModData()
-
-
Method Details
-
init
- Throws:
IOException
-
reset
public void reset() -
collectTableNames
-
exists
-
getOrCreate
-
get
-
create
-
create
-
remove
-
add
-
transmit
-
receive
-
request
-
receiveRequest
-
save
- Throws:
IOException
-
load
- Throws:
IOException
-