Class PZNetKahluaTableImpl
java.lang.Object
zombie.network.PZNetKahluaTableImpl
- All Implemented Interfaces:
KahluaTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
boolean
isEmpty()
iterator()
int
len()
void
load
(DataInputStream arg0, int arg1) void
load
(ByteBuffer arg0, int arg1) void
load
(ByteBuffer arg0, UdpConnection arg1) load
(ByteBuffer arg0, UdpConnection arg1, byte arg2) static Component
loadComponent
(ByteBuffer arg0, UdpConnection arg1) static IsoGameCharacter
loadIsoGameCharacter
(ByteBuffer arg0, UdpConnection arg1) static IsoObject
loadIsoObject
(ByteBuffer arg0, UdpConnection arg1) rawget
(int arg0) boolean
rawgetBool
(Object arg0) float
rawgetFloat
(Object arg0) int
void
void
void
save
(DataOutputStream arg0) void
save
(ByteBuffer arg0) static void
saveComponent
(ByteBuffer arg0, Component arg1, short arg2) static void
saveIsoGameCharacter
(ByteBuffer arg0, IsoGameCharacter arg1) static void
saveIsoObject
(ByteBuffer arg0, IsoObject arg1) void
setMetatable
(KahluaTable arg0) void
setRewriteTable
(Object arg0) int
size()
toString()
void
wipe()
-
Field Details
-
delegate
-
-
Constructor Details
-
PZNetKahluaTableImpl
-
-
Method Details
-
setMetatable
- Specified by:
setMetatable
in interfaceKahluaTable
-
getMetatable
- Specified by:
getMetatable
in interfaceKahluaTable
-
size
public int size()- Specified by:
size
in interfaceKahluaTable
-
rawset
- Specified by:
rawset
in interfaceKahluaTable
-
rawget
- Specified by:
rawget
in interfaceKahluaTable
-
rawset
- Specified by:
rawset
in interfaceKahluaTable
-
rawgetStr
-
rawgetInt
-
rawgetBool
-
rawgetFloat
-
rawget
- Specified by:
rawget
in interfaceKahluaTable
-
len
public int len()- Specified by:
len
in interfaceKahluaTable
-
iterator
- Specified by:
iterator
in interfaceKahluaTable
-
isEmpty
public boolean isEmpty()- Specified by:
isEmpty
in interfaceKahluaTable
-
wipe
public void wipe()- Specified by:
wipe
in interfaceKahluaTable
-
toString
-
saveIsoObject
-
saveIsoGameCharacter
-
saveComponent
-
save
- Specified by:
save
in interfaceKahluaTable
-
save
- Specified by:
save
in interfaceKahluaTable
- Throws:
IOException
-
loadIsoObject
-
loadIsoGameCharacter
-
loadComponent
-
load
- Specified by:
load
in interfaceKahluaTable
-
load
-
load
- Throws:
RuntimeException
-
load
- Specified by:
load
in interfaceKahluaTable
- Throws:
IOException
-
getString
- Specified by:
getString
in interfaceKahluaTable
-
getRewriteTable
-
setRewriteTable
-
canSave
-