Package com.prineside.tdi2.gates
Class TeleportGate.TeleportGateFactory
java.lang.Object
com.prineside.tdi2.Gate.Factory.AbstractFactory<TeleportGate>
com.prineside.tdi2.gates.TeleportGate.TeleportGateFactory
- All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable
,Gate.Factory<TeleportGate>
- Enclosing class:
- TeleportGate
public static class TeleportGate.TeleportGateFactory
extends Gate.Factory.AbstractFactory<TeleportGate>
-
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
-
TeleportGateFactory
public TeleportGateFactory()
-
-
Method Details
-
setupAssets
public void setupAssets()- Overrides:
setupAssets
in classGate.Factory.AbstractFactory<TeleportGate>
-
create
-
createRandom
-
fromJson
- Specified by:
fromJson
in interfaceGate.Factory<TeleportGate>
- Overrides:
fromJson
in classGate.Factory.AbstractFactory<TeleportGate>
-