Serialized Form
-
Package name.moore.kevin.ze.exceptions
-
Class name.moore.kevin.ze.exceptions.ZodiacDataException extends ZodiacException implements Serializable
-
Class name.moore.kevin.ze.exceptions.ZodiacException extends Exception implements Serializable
-
Class name.moore.kevin.ze.exceptions.ZodiacInjectException extends ZodiacException implements Serializable
-
-
Package name.moore.kevin.ze.game
-
Class name.moore.kevin.ze.game.buildQueue extends LinkedList<build> implements Serializable
-
Serialized Fields
-
builder
com.simsilica.es.EntityId builder
The facility doing the building for this buildqueue. Any ticket in the queue is being built here. this may be a shipyard, industry or a planet. -
completed
build completed
Set with a completed ticket - the caller needs to then collect it and remove from queue. The queue continues processing even if not removed.- See Also:
buildQueue.getCompleted()
-
planet
com.simsilica.es.EntityId planet
The planet this builder is located at. While it's possible to work this out from thebuilderfield, it's simpler to just record it here. -
UID
String UID
A unique ID given to this queue.
-
-
-
Class name.moore.kevin.ze.game.gameConfig extends Properties implements Serializable
-
-
Package name.moore.kevin.ze.game.events
-
Class name.moore.kevin.ze.game.events.gameEvent extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
primary
Long primary
The EntityId of the thing primarily generating the event. Longs because EntityId isn't serialisable :( so use the underlying Long -
r
gameEvent.REASON r
The REASON enum for this event. -
secondary
Long secondary
Optional secondary involved entity. -
when
LocalDate when
Use a Date object to record when the event happened in the game (not in real world).Using a standard Date library rather than our homegrown starDate increases portability.
-
-
Class name.moore.kevin.ze.game.events.windowEvent extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
arg
Object arg
-
r
windowEvent.REASON r
The REASON enum for this event.
-
-
-
Package name.moore.kevin.ze.swing
-
Class name.moore.kevin.ze.swing.zImagePanel extends JPanel implements Serializable
-
Serialized Fields
-
image
BufferedImage image
-
op
AffineTransformOp op
Used to flip the image on Y axis 'cos swing/JME dont share same coord system.
-
-
-
Class name.moore.kevin.ze.swing.zUIDockable extends JPanel implements Serializable
-
Serialized Fields
-
handler
iDockable handler
Provide a specific implementation of a dockable. -
mouselistener
MouseListener mouselistener
-
propertychangelistener
PropertyChangeListener propertychangelistener
Handler informing of a change in its values - so we need to redisplay. -
tileDimension
Dimension tileDimension
Calculated tile size in pixels based on base tile size and width, height
-
-
-