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