Package com.prineside.tdi2.tiles
Class BossTile.BossTypeWavePair
java.lang.Object
com.prineside.tdi2.tiles.BossTile.BossTypeWavePair
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
- BossTile
public static class BossTile.BossTypeWavePair
extends Object
implements com.esotericsoftware.kryo.KryoSerializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncpy()
static BossTile.BossTypeWavePair
fromJson
(com.badlogic.gdx.utils.JsonValue json) void
read
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) boolean
void
toJson
(com.badlogic.gdx.utils.Json json) void
write
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
-
Field Details
-
wave
public int wave -
bossType
-
-
Constructor Details
-
BossTypeWavePair
-
-
Method Details
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
write
in interfacecom.esotericsoftware.kryo.KryoSerializable
-
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
read
in interfacecom.esotericsoftware.kryo.KryoSerializable
-
cpy
-
fromJson
-
sameAs
-
toJson
public void toJson(com.badlogic.gdx.utils.Json json)
-