Package zombie.vehicles
Class EditVehicleState.LuaEnvironment
java.lang.Object
zombie.vehicles.EditVehicleState.LuaEnvironment
- Enclosing class:
- EditVehicleState
public static final class EditVehicleState.LuaEnvironment
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description LuaCaller
caller
KahluaTable
env
J2SEPlatform
platform
KahluaThread
thread
-
Constructor Summary
Constructors Constructor Description LuaEnvironment(J2SEPlatform j2SEPlatform, KahluaConverterManager kahluaConverterManager, KahluaTable kahluaTable)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
platform
-
env
-
thread
-
caller
-
-
Constructor Details
-
LuaEnvironment
public LuaEnvironment(J2SEPlatform j2SEPlatform, KahluaConverterManager kahluaConverterManager, KahluaTable kahluaTable)
-