Package com.prineside.tdi2
Class Registrable
java.lang.Object
com.prineside.tdi2.Registrable
- All Implemented Interfaces:
com.esotericsoftware.kryo.KryoSerializable
- Direct Known Subclasses:
Ability
,BuffProcessor
,Building
,Enemy
,Explosion
,GameSystem
,Gate
,Miner
,ModifierProcessor
,Projectile
,Tile
,Unit
public abstract class Registrable
extends Object
implements com.esotericsoftware.kryo.KryoSerializable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
read
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) void
setRegistered
(GameSystemProvider systemProvider) void
void
write
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)
-
Field Details
-
S
-
-
Constructor Details
-
Registrable
public Registrable()
-
-
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
-
setRegistered
-
setUnregistered
public void setUnregistered() -
isRegistered
public boolean isRegistered()
-