Package com.prineside.tdi2.gates
Class BarrierHealthGate.BarrierHealthGateFactory
java.lang.Object
com.prineside.tdi2.Gate.Factory.AbstractFactory<BarrierHealthGate>
com.prineside.tdi2.gates.BarrierHealthGate.BarrierHealthGateFactory
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,Gate.Factory<BarrierHealthGate>
- Enclosing class:
- BarrierHealthGate
public static class BarrierHealthGate.BarrierHealthGateFactory
extends Gate.Factory.AbstractFactory<BarrierHealthGate>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.prineside.tdi2.Gate.Factory
Gate.Factory.AbstractFactory<T extends Gate>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate()
createRandom
(float quality, com.badlogic.gdx.math.RandomXS128 random) fromJson
(com.badlogic.gdx.utils.JsonValue jsonValue) void
Methods inherited from class com.prineside.tdi2.Gate.Factory.AbstractFactory
dispose, getDescription, getTitle, setup
-
Constructor Details
-
BarrierHealthGateFactory
public BarrierHealthGateFactory()
-
-
Method Details
-
setupAssets
public void setupAssets()- Overrides:
setupAssets
in classGate.Factory.AbstractFactory<BarrierHealthGate>
-
create
-
createRandom
-
fromJson
- Specified by:
fromJson
in interfaceGate.Factory<BarrierHealthGate>
- Overrides:
fromJson
in classGate.Factory.AbstractFactory<BarrierHealthGate>
-