Package com.prineside.luaj.mapping.parts
Class LJ_TDI.Factory_AT.LIP
java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_TDI.Factory_AT.LIP
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,com.esotericsoftware.kryo.KryoSerializable
,Gate.Factory
- Enclosing class:
- LJ_TDI.Factory_AT
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.Gate.Factory
Gate.Factory.AbstractFactory<T extends Gate>
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
createRandom
(float p1, com.badlogic.gdx.math.RandomXS128 p2) void
dispose()
Releases all resources of this object.fromJson
(com.badlogic.gdx.utils.JsonValue p1) getDescription
(Gate p1) void
setup()
Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
create
- Specified by:
create
in interfaceGate.Factory
-
createRandom
- Specified by:
createRandom
in interfaceGate.Factory
-
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.Disposable
Releases all resources of this object.- Specified by:
dispose
in interfacecom.badlogic.gdx.utils.Disposable
-
fromJson
- Specified by:
fromJson
in interfaceGate.Factory
-
getDescription
- Specified by:
getDescription
in interfaceGate.Factory
-
getTitle
- Specified by:
getTitle
in interfaceGate.Factory
-
setup
public void setup()- Specified by:
setup
in interfaceGate.Factory
-