Package zombie.world.moddata
Class GlobalModData
java.lang.Object
zombie.world.moddata.GlobalModData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(String string, KahluaTable kahluaTable) voidcollectTableNames(List list) create()booleangetOrCreate(String string) voidinit()voidload()voidreceive(ByteBuffer byteBuffer) voidreceiveRequest(ByteBuffer byteBuffer, UdpConnection udpConnection) voidvoidreset()voidsave()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
-