Serialized Form
-
Package com.kraken.api.service.pathfinding
-
Class com.kraken.api.service.pathfinding.SparseBitSet extends java.lang.Object implements Serializable
- serialVersionUID:
- -6663013367427929992L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream s) throws java.io.IOException, java.lang.ClassNotFoundExceptionReconstitute theSparseBitSetinstance from a stream (i.e., deserialize it).- Throws:
java.io.IOException- if there is an io errorjava.lang.ClassNotFoundException- if the stream contains an unidentified class- Since:
- 1.6
-
writeObject
private void writeObject(java.io.ObjectOutputStream s) throws java.io.IOException, java.lang.InternalErrorSave the state of theSparseBitSetinstance to a stream (i.e., serialize it).- Serial Data:
- The default data is emitted, followed by the current
compactionCount for the bit set, and then the
length of the set (the position of the last bit),
followed by the cache.count value (an
int, the number ofint->longpairs needed to describe the set), followed by the index (int) and word (long) for eachint->longpair. The mappings need not be emitted in any particular order. This is followed by the hashCode for the set that can be used as an integrity check when the bit set is read back. - Throws:
java.io.IOException- if an io error occursjava.lang.InternalError- if the SparseBitSet representation is inconsistent- Since:
- 1.6
-
-
-
Package com.kraken.api.simulation.colosim
-
Class com.kraken.api.simulation.colosim.SimulationPanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
hoveredMobIndex
int hoveredMobIndex
-
placementManticoreExtra
java.lang.String placementManticoreExtra
-
placementNpcType
NpcType placementNpcType
-
selectedMobIndex
int selectedMobIndex
-
showPlayerLos
boolean showPlayerLos
-
showVenatorBounce
boolean showVenatorBounce
-
simulation
Simulation simulation
-
sprites
SpriteStore sprites
-
stateChangedCallback
java.lang.Runnable stateChangedCallback
-
tool
SimulationPanel.Tool tool
-
-
-
Class com.kraken.api.simulation.colosim.TimelinePanel extends javax.swing.JPanel implements Serializable
-
Serialized Fields
-
simulation
Simulation simulation
-
-
-