Class PZNetKahluaTableImpl
java.lang.Object
zombie.network.PZNetKahluaTableImpl
- All Implemented Interfaces:
KahluaTable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanbooleanisEmpty()iterator()intlen()voidload(DataInputStream arg0, int arg1) voidload(ByteBuffer arg0, int arg1) voidload(ByteBuffer arg0, UdpConnection arg1) load(ByteBuffer arg0, UdpConnection arg1, byte arg2) static ComponentloadComponent(ByteBuffer arg0, UdpConnection arg1) static IsoGameCharacterloadIsoGameCharacter(ByteBuffer arg0, UdpConnection arg1) static IsoObjectloadIsoObject(ByteBuffer arg0, UdpConnection arg1) rawget(int arg0) booleanrawgetBool(Object arg0) floatrawgetFloat(Object arg0) intvoidvoidvoidsave(DataOutputStream arg0) voidsave(ByteBuffer arg0) static voidsaveComponent(ByteBuffer arg0, Component arg1, short arg2) static voidsaveIsoGameCharacter(ByteBuffer arg0, IsoGameCharacter arg1) static voidsaveIsoObject(ByteBuffer arg0, IsoObject arg1) voidsetMetatable(KahluaTable arg0) voidsetRewriteTable(Object arg0) intsize()toString()voidwipe()
-
Field Details
-
delegate
-
-
Constructor Details
-
PZNetKahluaTableImpl
-
-
Method Details
-
setMetatable
- Specified by:
setMetatablein interfaceKahluaTable
-
getMetatable
- Specified by:
getMetatablein interfaceKahluaTable
-
size
public int size()- Specified by:
sizein interfaceKahluaTable
-
rawset
- Specified by:
rawsetin interfaceKahluaTable
-
rawget
- Specified by:
rawgetin interfaceKahluaTable
-
rawset
- Specified by:
rawsetin interfaceKahluaTable
-
rawgetStr
-
rawgetInt
-
rawgetBool
-
rawgetFloat
-
rawget
- Specified by:
rawgetin interfaceKahluaTable
-
len
public int len()- Specified by:
lenin interfaceKahluaTable
-
iterator
- Specified by:
iteratorin interfaceKahluaTable
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceKahluaTable
-
wipe
public void wipe()- Specified by:
wipein interfaceKahluaTable
-
toString
-
saveIsoObject
-
saveIsoGameCharacter
-
saveComponent
-
save
- Specified by:
savein interfaceKahluaTable
-
save
- Specified by:
savein interfaceKahluaTable- Throws:
IOException
-
loadIsoObject
-
loadIsoGameCharacter
-
loadComponent
-
load
- Specified by:
loadin interfaceKahluaTable
-
load
-
load
- Throws:
RuntimeException
-
load
- Specified by:
loadin interfaceKahluaTable- Throws:
IOException
-
getString
- Specified by:
getStringin interfaceKahluaTable
-
getRewriteTable
-
setRewriteTable
-
canSave
-