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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addStunnedBy
(int id) int
getCountByTower
(int id) void
read
(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input) void
write
(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:
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
-
getCountByTower
public int getCountByTower(int id) -
addStunnedBy
public void addStunnedBy(int id)
-