Package com.prineside.tdi2.components
Class StunDebuffStats
java.lang.Object
com.prineside.tdi2.components.StunDebuffStats
- All Implemented Interfaces:
 com.esotericsoftware.kryo.KryoSerializable
public final class StunDebuffStats
extends Object
implements com.esotericsoftware.kryo.KryoSerializable
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddStunnedBy(int id) intgetCountByTower(int id) voidread(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) voidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output)  
- 
Field Details
- 
totalCount
public byte totalCount - 
passedTilesOnLastStun
public float passedTilesOnLastStun - 
immunity
public float immunity 
 - 
 - 
Constructor Details
- 
StunDebuffStats
public StunDebuffStats() 
 - 
 - 
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
 - 
getCountByTower
public int getCountByTower(int id)  - 
addStunnedBy
public void addStunnedBy(int id)  
 -