Serialized Form


Package org.eviline

Class org.eviline.BasicPropertySource extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

map

Map<K,V> map
The map that backs this BasicPropertySource.

Class org.eviline.BlockMetadata extends Object implements Serializable

Serialized Fields

shape

Shape shape

ghost

boolean ghost

ghostClearable

boolean ghostClearable

shapeId

int shapeId

Class org.eviline.ExtendedPropertySource extends Object implements Serializable

serialVersionUID: 0L

Serialized Fields

p

PropertySource p

Class org.eviline.Field extends Object implements Serializable

serialVersionUID: -207525838052607892L

Serialized Fields

field

Block[][] field
The matrix itself


provider

Randomizer provider
The source of shapes


shape

Shape shape
The current shape


shapeX

int shapeX
The horizontal position of the current shape


shapeY

int shapeY
The vertical position of the current shape


ghosting

boolean ghosting
Whether ghosting is enabled


ghostY

int ghostY
The vertical position of the current shape's ghost


playing

boolean playing
Whether a game is playing


gameOver

boolean gameOver
Whether a game is over


paused

boolean paused
Whether a game is paused


garbage

int garbage

lines

int lines
The number of lines scored so far


score

double score

scoreFactor

double scoreFactor

autoShift

ShapeDirection autoShift
The direction of the currently active DAS


unpausable

boolean unpausable

Class org.eviline.PlayerAction.NodeMap extends HashMap<PlayerActionNode,V> implements Serializable


Package org.eviline.event

Class org.eviline.event.EvilineAdapter extends Object implements Serializable

Class org.eviline.event.EvilineEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

field

Field field

lines

int lines

shape

Shape shape

x

int x

y

int y

ghostY

int ghostY

Package org.eviline.randomizer

Class org.eviline.randomizer.AngelRandomizer extends ThreadedMaliciousRandomizer implements Serializable

serialVersionUID: 0L

Class org.eviline.randomizer.ConcurrentRandomizer extends AbstractRandomizer implements Serializable

Serialization Methods

writeReplace

public Object writeReplace()
                    throws ObjectStreamException
Throws:
ObjectStreamException
Serialized Fields

provider

Randomizer provider

Class org.eviline.randomizer.MaliciousRandomizer extends Object implements Serializable

Serialized Fields

config

MaliciousRandomizer.MaliciousRandomizerProperties config

randomFirst

boolean randomFirst

recent

List<E> recent

typeCounts

int[] typeCounts

history

List<E> history

distAdjustment

int distAdjustment

random

Random random

Class org.eviline.randomizer.MaliciousRandomizer.MaliciousRandomizerProperties extends ExtendedPropertySource implements Serializable

Class org.eviline.randomizer.RandomRandomizer extends AbstractRandomizer implements Serializable

Serialized Fields

config

PropertySource config

Class org.eviline.randomizer.ThreadedMaliciousRandomizer extends MaliciousRandomizer implements Serializable

serialVersionUID: -2530461350140162944L



Copyright © 2013. All Rights Reserved.