Package zombie.Lua
Class LuaBackendClass
java.lang.Object
zombie.Lua.LuaBackendClass
- All Implemented Interfaces:
KahluaTable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
callBool
(String string, Object object, Object object2, Object object3, Object object4, Object object5) float
float
float
float
float
float
callFloat
(String string, Object object, Object object2, Object object3, Object object4, Object object5) int
int
int
int
int
int
callInt
(String string, Object object, Object object2, Object object3, Object object4, Object object5) void
void
void
void
void
void
callVoid
(String string, Object object, Object object2, Object object3, Object object4, Object object5) boolean
isEmpty()
iterator()
int
len()
void
load
(DataInputStream dataInputStream, int int1) void
load
(ByteBuffer byteBuffer, int int1) rawget
(int int1) void
void
void
save
(DataOutputStream dataOutputStream) void
save
(ByteBuffer byteBuffer) void
setMetatable
(KahluaTable kahluaTable) int
size()
void
wipe()
-
Constructor Details
-
LuaBackendClass
-
-
Method Details
-
getString
- Specified by:
getString
in interfaceKahluaTable
-
callVoid
-
callVoid
-
callVoid
-
callVoid
-
callVoid
-
callVoid
-
call
-
call
-
call
-
call
-
call
-
call
-
callInt
-
callInt
-
callInt
-
callInt
-
callInt
-
callInt
-
callFloat
-
callFloat
-
callFloat
-
callFloat
-
callFloat
-
callFloat
-
callBool
-
callBool
-
callBool
-
callBool
-
callBool
-
callBool
-
setMetatable
- Specified by:
setMetatable
in interfaceKahluaTable
-
getMetatable
- Specified by:
getMetatable
in interfaceKahluaTable
-
rawset
- Specified by:
rawset
in interfaceKahluaTable
-
rawget
- Specified by:
rawget
in interfaceKahluaTable
-
rawset
- Specified by:
rawset
in interfaceKahluaTable
-
rawget
- Specified by:
rawget
in interfaceKahluaTable
-
len
public int len()- Specified by:
len
in interfaceKahluaTable
-
size
public int size()- Specified by:
size
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
-
save
- Specified by:
save
in interfaceKahluaTable
- Throws:
IOException
-
load
- Specified by:
load
in interfaceKahluaTable
- Throws:
IOException
-
save
- Specified by:
save
in interfaceKahluaTable
- Throws:
IOException
-
load
- Specified by:
load
in interfaceKahluaTable
- Throws:
IOException
-