Package com.prineside.tdi2.managers
Class GameValueManager.GameValueEffect
java.lang.Object
com.prineside.tdi2.managers.GameValueManager.GameValueEffect
- All Implemented Interfaces:
 com.esotericsoftware.kryo.KryoSerializable
- Enclosing class:
 - GameValueManager
 
public static class GameValueManager.GameValueEffect
extends Object
implements com.esotericsoftware.kryo.KryoSerializable
- 
Nested Class Summary
Nested Classes - 
Field Summary
FieldsModifier and TypeFieldDescriptiondouble - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidvoidread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) booleanvoidsetup(GameValueType type, double delta, GameValueManager.GameValueEffect.Source source) toString()voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)  
- 
Field Details
- 
type
 - 
delta
public double delta - 
source
 - 
researchType
 - 
trophyType
 - 
questId
 
 - 
 - 
Constructor Details
- 
GameValueEffect
public GameValueEffect() - 
GameValueEffect
 - 
GameValueEffect
 
 - 
 - 
Method Details
- 
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output) - Specified by:
 writein interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
read
public void read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) - Specified by:
 readin interfacecom.esotericsoftware.kryo.KryoSerializable
 - 
from
 - 
sameAs
 - 
setup
 - 
toString
 
 -