Package com.prineside.tdi2
Interface Gate.Factory<T extends Gate>
- All Superinterfaces:
 com.badlogic.gdx.utils.Disposable
- All Known Implementing Classes:
 BarrierHealthGate.BarrierHealthGateFactory,BarrierTypeGate.BarrierTypeGateFactory,Gate.Factory.AbstractFactory,LJ_TDI.Factory_AT.LIP,TeleportGate.TeleportGateFactory
- Enclosing class:
 - Gate
 
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptioncreate()createRandom(float quality, com.badlogic.gdx.math.RandomXS128 random) fromJson(com.badlogic.gdx.utils.JsonValue jsonValue) getDescription(Gate gate) voidsetup()Methods inherited from interface com.badlogic.gdx.utils.Disposable
dispose 
- 
Method Details
- 
setup
void setup() - 
getTitle
 - 
getDescription
 - 
create
T create() - 
createRandom
 - 
fromJson
 
 -