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> -
Field Summary
Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy
luaObj -
Method Summary
Modifier and TypeMethodDescriptioncreate()createRandom(float p1, com.badlogic.gdx.math.RandomXS128 p2) voiddispose()Releases all resources of this object.fromJson(com.badlogic.gdx.utils.JsonValue p1) getDescription(Gate p1) voidsetup()Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy
getLuaObj, read, write
-
Method Details
-
create
- Specified by:
createin interfaceGate.Factory
-
createRandom
- Specified by:
createRandomin interfaceGate.Factory
-
dispose
public void dispose()Description copied from interface:com.badlogic.gdx.utils.DisposableReleases all resources of this object.- Specified by:
disposein interfacecom.badlogic.gdx.utils.Disposable
-
fromJson
- Specified by:
fromJsonin interfaceGate.Factory
-
getDescription
- Specified by:
getDescriptionin interfaceGate.Factory
-
getTitle
- Specified by:
getTitlein interfaceGate.Factory
-
setup
public void setup()- Specified by:
setupin interfaceGate.Factory
-