Serialized Form


Package zombie

Class zombie.FrameLoader extends java.awt.Frame implements Serializable

Serialized Fields

newCanvasSize

java.util.concurrent.atomic.AtomicReference<V> newCanvasSize

Class zombie.GameApplet extends java.applet.Applet implements Serializable

Serialized Fields

display_parent

java.awt.Canvas display_parent
The Canvas where the LWJGL Display is added


display_parent_full

java.awt.Canvas display_parent_full

frame

java.awt.Frame frame

gameThread

java.lang.Thread gameThread
Thread which runs the main game loop


keyDown

boolean keyDown

running

boolean running
is the game loop running


angle

float angle

gear1

int gear1

gear2

int gear2

gear3

int gear3

mouseButtonDown

boolean mouseButtonDown

prevMouseX

int prevMouseX

prevMouseY

int prevMouseY

view_rotx

float view_rotx
variables used to rotate the view


view_roty

float view_roty

view_rotz

float view_rotz

Class zombie.GLImage extends java.lang.Object implements Serializable


Package zombie.characters

Class zombie.characters.IsoDummyCameraCharacter extends IsoGameCharacter implements Serializable

Class zombie.characters.IsoGameCharacter extends IsoMovingObject implements Serializable

Serialized Fields

callOut

boolean callOut

age

int age

desc

SurvivorDesc desc

lastHitCount

int lastHitCount

isSat

boolean isSat

chair

IsoObject chair

StateMachineParams

java.util.HashMap<K,V> StateMachineParams

FollowingTarget

IsoGameCharacter FollowingTarget

LocalList

java.util.ArrayList<E> LocalList

LocalNeutralList

java.util.ArrayList<E> LocalNeutralList

LocalGroupList

java.util.ArrayList<E> LocalGroupList

LocalRelevantEnemyList

java.util.ArrayList<E> LocalRelevantEnemyList

dangerLevels

float dangerLevels

MeetList

java.util.Stack<E> MeetList

Order

Order Order

Orders

java.util.Stack<E> Orders

PerkList

java.util.ArrayList<E> PerkList

PersonalNeed

Order PersonalNeed

PersonalNeeds

java.util.Stack<E> PersonalNeeds

leaveBodyTimedown

int leaveBodyTimedown

AllowConversation

boolean AllowConversation

ReanimPhase

int ReanimPhase

ReanimateTimer

int ReanimateTimer

ReanimAnimFrame

int ReanimAnimFrame

ReanimAnimDelay

int ReanimAnimDelay

Reanim

boolean Reanim

VisibleToNPCs

boolean VisibleToNPCs

DieCount

int DieCount

llx

float llx

lly

float lly

llz

float llz

RemoteID

int RemoteID

NumSurvivorsInVicinity

int NumSurvivorsInVicinity

LevelUpMultiplier

float LevelUpMultiplier

xp

IsoGameCharacter.XP xp

NumberOfPerksToPick

int NumberOfPerksToPick

CanUpgradePerk

java.util.ArrayList<E> CanUpgradePerk

LastLocalEnemies

int LastLocalEnemies

VeryCloseEnemyList

java.util.ArrayList<E> VeryCloseEnemyList

LastKnownLocation

gnu.trove.map.hash.THashMap<K,V> LastKnownLocation

AttackedBy

IsoGameCharacter AttackedBy

IgnoreStaggerBack

boolean IgnoreStaggerBack

AttackWasSuperAttack

boolean AttackWasSuperAttack

TimeThumping

int TimeThumping

PatienceMax

int PatienceMax

PatienceMin

int PatienceMin

Patience

int Patience

CharacterActions

java.util.Stack<E> CharacterActions

angle

Vector2 angle

Asleep

boolean Asleep

AttackDelay

float AttackDelay

AttackDelayMax

float AttackDelayMax

AttackDelayUse

float AttackDelayUse

AttackDelayLast

float AttackDelayLast

ZombieKills

int ZombieKills

SurvivorKills

int SurvivorKills

LastZombieKills

int LastZombieKills

superAttack

boolean superAttack

ForceWakeUpTime

float ForceWakeUpTime

BodyDamage

BodyDamage BodyDamage

craftIngredient1

InventoryItem craftIngredient1

craftIngredient2

InventoryItem craftIngredient2

craftIngredient3

InventoryItem craftIngredient3

craftIngredient4

InventoryItem craftIngredient4

defaultState

State defaultState

descriptor

SurvivorDesc descriptor

FamiliarBuildings

java.util.Stack<E> FamiliarBuildings

finder

AStarPathFinderResult finder

FireKillRate

float FireKillRate

FireSpreadProbability

int FireSpreadProbability

footStepCounter

int footStepCounter

footStepCounterMax

int footStepCounterMax

Health

float Health

masterProper

MasterSurvivorBehavior masterProper

hitBy

IsoGameCharacter hitBy

hurtSound

java.lang.String hurtSound

IgnoreMovementForDirection

boolean IgnoreMovementForDirection

inventory

ItemContainer inventory

lastdir

IsoDirections lastdir

leftHandItem

InventoryItem leftHandItem

ClothingItem_Head

InventoryItem ClothingItem_Head

ClothingItem_Torso

InventoryItem ClothingItem_Torso

ClothingItem_Hands

InventoryItem ClothingItem_Hands

ClothingItem_Legs

InventoryItem ClothingItem_Legs

ClothingItem_Feet

InventoryItem ClothingItem_Feet

masterBehaviorList

SequenceBehavior masterBehaviorList

NextWander

int NextWander

OnFire

boolean OnFire

path

Path path

pathIndex

int pathIndex

PathSpeed

float PathSpeed

PathTargetX

int PathTargetX

PathTargetY

int PathTargetY

PathTargetZ

int PathTargetZ

Personality

SurvivorPersonality Personality

rightHandItem

InventoryItem rightHandItem

sayLine

java.lang.String sayLine

SpeakColour

Color SpeakColour

slowFactor

float slowFactor

slowTimer

float slowTimer

bUseParts

boolean bUseParts

Speaking

boolean Speaking

SpeakTime

float SpeakTime

speedMod

float speedMod

staggerTimeMod

float staggerTimeMod

stateMachine

StateMachine stateMachine

Moodles

Moodles Moodles

stats

Stats stats

TagGroup

java.util.Stack<E> TagGroup

UsedItemsOn

java.util.Stack<E> UsedItemsOn

useHandWeapon

HandWeapon useHandWeapon

torsoSprite

IsoSprite torsoSprite

legsSprite

IsoSprite legsSprite

headSprite

IsoSprite headSprite

shoeSprite

IsoSprite shoeSprite

topSprite

IsoSprite topSprite

hairSprite

IsoSprite hairSprite

extraSprites

java.util.ArrayList<E> extraSprites

bottomsSprite

IsoSprite bottomsSprite

wounds

java.util.Stack<E> wounds

attackTargetSquare

IsoGridSquare attackTargetSquare

BloodImpactX

float BloodImpactX

BloodImpactY

float BloodImpactY

BloodImpactZ

float BloodImpactZ

bloodSplat

IsoSprite bloodSplat

bOnBed

boolean bOnBed

moveForwardVec

Vector2 moveForwardVec

pathing

boolean pathing

LocalEnemyList

java.util.Stack<E> LocalEnemyList

EnemyList

java.util.Stack<E> EnemyList

Traits

java.util.ArrayList<E> Traits

maxWeight

java.lang.Integer maxWeight

maxWeightBase

int maxWeightBase

SleepingTabletDelta

float SleepingTabletDelta

BetaEffect

int BetaEffect

DepressEffect

int DepressEffect

SleepingTabletEffect

int SleepingTabletEffect

BetaDelta

float BetaDelta

DepressDelta

float DepressDelta

PainEffect

int PainEffect

PainDelta

float PainDelta

bFemale

boolean bFemale

knockbackAttackMod

float knockbackAttackMod

PathDelay

float PathDelay

SpottedSinceAlphaZero

boolean SpottedSinceAlphaZero

bDoDefer

boolean bDoDefer

LastHeardSound

IsoGameCharacter.Location LastHeardSound

lrx

float lrx

lry

float lry

bClimbing

boolean bClimbing

lastCollidedW

boolean lastCollidedW

lastCollidedN

boolean lastCollidedN

timeTillForgetLocation

int timeTillForgetLocation

fallTime

int fallTime

lastFallSpeed

float lastFallSpeed

bFalling

boolean bFalling

Class zombie.characters.IsoLivingCharacter extends IsoGameCharacter implements Serializable

Serialized Fields

useChargeDelta

float useChargeDelta

bareHands

HandWeapon bareHands

bDoShove

boolean bDoShove

bAimAtFloor

boolean bAimAtFloor

bCollidedWithPushable

boolean bCollidedWithPushable

targetOnGround

IsoGameCharacter targetOnGround

Class zombie.characters.IsoLuaCharacter extends IsoGameCharacter implements Serializable

Class zombie.characters.IsoPlayer extends IsoLivingCharacter implements Serializable

Serialized Fields

MoveSpeed

float MoveSpeed

Temperature

float Temperature

closestZombie

float closestZombie

sleepingPillsTaken

int sleepingPillsTaken

lastPillsTaken

long lastPillsTaken

angleCounter

int angleCounter

lastAngle

Vector2 lastAngle

DialogMood

int DialogMood

ping

int ping

FakeAttack

boolean FakeAttack

FakeAttackTarget

IsoObject FakeAttackTarget

DragObject

IsoMovingObject DragObject

AsleepTime

float AsleepTime

MainHot

java.lang.String[] MainHot

SecHot

java.lang.String[] SecHot

spottedList

java.util.Stack<E> spottedList

TicksSinceSeenZombie

int TicksSinceSeenZombie

Waiting

boolean Waiting

DragCharacter

IsoSurvivor DragCharacter

lastPos

java.util.Stack<E> lastPos

bDebounceLMB

boolean bDebounceLMB

heartDelay

float heartDelay

heartDelayMax

float heartDelayMax

DrunkOscilatorStepSin

float DrunkOscilatorStepSin

DrunkOscilatorRateSin

float DrunkOscilatorRateSin

DrunkOscilatorStepCos

float DrunkOscilatorStepCos

DrunkOscilatorRateCos

float DrunkOscilatorRateCos

DrunkOscilatorStepCos2

float DrunkOscilatorStepCos2

DrunkOscilatorRateCos2

float DrunkOscilatorRateCos2

DrunkSin

float DrunkSin

DrunkCos

float DrunkCos

DrunkCos2

float DrunkCos2

MinOscilatorRate

float MinOscilatorRate

MaxOscilatorRate

float MaxOscilatorRate

DesiredSinRate

float DesiredSinRate

DesiredCosRate

float DesiredCosRate

OscilatorChangeRate

float OscilatorChangeRate

maxWeightDelta

float maxWeightDelta

Forname

java.lang.String Forname

Surname

java.lang.String Surname

TargetSpeed

float TargetSpeed

CurrentSpeed

float CurrentSpeed

MaxSpeed

float MaxSpeed

SpeedChange

float SpeedChange

GuardModeUISprite

IsoSprite GuardModeUISprite

GuardModeUI

int GuardModeUI

GuardChosen

IsoSurvivor GuardChosen

GuardStand

IsoGridSquare GuardStand

GuardFace

IsoGridSquare GuardFace

isCharging

boolean isCharging

bSneaking

boolean bSneaking

bRunning

boolean bRunning

bWasRunning

boolean bWasRunning

bRightClickMove

boolean bRightClickMove

bChangeCharacterDebounce

boolean bChangeCharacterDebounce

runAngle

Vector2 runAngle

followID

int followID

FollowCamStack

java.util.Stack<E> FollowCamStack

bSeenThisFrame

boolean bSeenThisFrame

bCouldBeSeenThisFrame

boolean bCouldBeSeenThisFrame

TimeSprinting

int TimeSprinting

TimeSinceRightClick

int TimeSinceRightClick

TimeRightClicking

int TimeRightClicking

LastTimeRightClicking

int LastTimeRightClicking

JustMoved

boolean JustMoved

bDoubleClick

boolean bDoubleClick

AimRadius

float AimRadius

DesiredAimRadius

float DesiredAimRadius

bBannedAttacking

boolean bBannedAttacking

EffectiveAimDistance

float EffectiveAimDistance

timePressedContext

float timePressedContext

TimeRightPressed

int TimeRightPressed

TimeLeftPressed

int TimeLeftPressed

chargeTime

float chargeTime

useChargeTime

float useChargeTime

bPressContext

boolean bPressContext

lastWeapon

HandWeapon lastWeapon

strafeAnim

java.lang.String strafeAnim

strafeRAnim

java.lang.String strafeRAnim

walkAnim

java.lang.String walkAnim

walkRAnim

java.lang.String walkRAnim

ContextPanic

float ContextPanic

AContext

IsoPlayer.Context AContext

XContext

IsoPlayer.Context XContext

BContext

IsoPlayer.Context BContext

YContext

IsoPlayer.Context YContext

JoypadBind

int JoypadBind

useChargeDelta

float useChargeDelta

timeSinceLastStab

int timeSinceLastStab

LastSpotted

java.util.Stack<E> LastSpotted

ClearSpottedTimer

int ClearSpottedTimer

DebounceA

boolean DebounceA

lastSeenZombieTime

double lastSeenZombieTime

OhFuckMoment

int OhFuckMoment

LastOhFuckMoment

double LastOhFuckMoment

PlayerIndex

int PlayerIndex

bJoypadMovementActive

boolean bJoypadMovementActive

Class zombie.characters.IsoSurvivor extends IsoLivingCharacter implements Serializable

Serialized Fields

NoGoreDeath

boolean NoGoreDeath

behaviours

BehaviorHub behaviours

Draggable

boolean Draggable

following

IsoGameCharacter following

Dragging

boolean Dragging

repathDelay

int repathDelay

nightsSurvived

int nightsSurvived

ping

int ping

collidePushable

IsoPushableObject collidePushable

tryToTeamUp

boolean tryToTeamUp

bLastSpottedPlayer

boolean bLastSpottedPlayer

bSpottedPlayer

boolean bSpottedPlayer

bWillJoinPlayer

boolean bWillJoinPlayer

HasBeenDragged

boolean HasBeenDragged

ClosestTwoSurvivors

IsoGameCharacter[] ClosestTwoSurvivors

NeightbourUpdate

int NeightbourUpdate

NeightbourUpdateMax

int NeightbourUpdateMax

lmove

Vector2 lmove

LastLocalNeutralList

java.util.ArrayList<E> LastLocalNeutralList

LOSUpdate

OnceEvery LOSUpdate

dangerTile

int dangerTile

lastDangerTile

int lastDangerTile

aimAt

IsoGameCharacter aimAt

availableTemp

java.util.Stack<E> availableTemp

Class zombie.characters.IsoZombie extends IsoGameCharacter implements Serializable

Serialized Fields

HurtPlayerTimer

int HurtPlayerTimer

LastTargetSeenX

int LastTargetSeenX

LastTargetSeenY

int LastTargetSeenY

LastTargetSeenZ

int LastTargetSeenZ

Ghost

boolean Ghost

LungeTimer

float LungeTimer

target

IsoMovingObject target

iIgnoreDirectionChange

int iIgnoreDirectionChange

TimeSinceSeenFlesh

int TimeSinceSeenFlesh

FollowCount

int FollowCount

GhostLife

float GhostLife

wanderSpeed

float wanderSpeed

predXVel

float predXVel

predYVel

float predYVel

ZombieID

int ZombieID

bRightie

boolean bRightie

BonusSpotTime

int BonusSpotTime

bDead

boolean bDead

bFakeDead

boolean bFakeDead

bForceFakeDead

boolean bForceFakeDead

SpriteName

java.lang.String SpriteName

vectorToTarget

Vector2 vectorToTarget

AllowRepathDelay

float AllowRepathDelay

lastDir

IsoDirections lastDir

lastlastDir

IsoDirections lastlastDir

KeepItReal

boolean KeepItReal

Deaf

boolean Deaf

palette

int palette

AttackAnimTime

int AttackAnimTime

GhostShow

boolean GhostShow

spottedLast

IsoMovingObject spottedLast

spottedPlayer

OnceEvery spottedPlayer

timeSinceRespondToSound

float timeSinceRespondToSound

doneGrids

java.util.ArrayList<E> doneGrids

choiceGrids

java.util.ArrayList<E> choiceGrids

walkVariantUse

java.lang.String walkVariantUse

walkVariant

java.lang.String walkVariant

bLunger

boolean bLunger

bRunning

boolean bRunning

bCrawling

boolean bCrawling

MoveDelay

int MoveDelay

Package zombie.core

Class zombie.core.Color extends java.lang.Object implements Serializable

serialVersionUID: 1393939L

Serialized Fields

a

float a
The alpha component of the colour


b

float b
The blue component of the colour


g

float g
The green component of the colour


r

float r
The red component of the colour

Class zombie.core.LaunchDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

jButton1

javax.swing.JButton jButton1

jButton2

javax.swing.JButton jButton2

jComboBox1

javax.swing.JComboBox jComboBox1

jComboBox2

javax.swing.JComboBox jComboBox2

jLabel1

javax.swing.JLabel jLabel1

jLabel2

javax.swing.JLabel jLabel2

Package zombie.core.Collections

Class zombie.core.Collections.ZomboidAbstractMap.SimpleEntry extends java.lang.Object implements Serializable

serialVersionUID: -8499721149061103585L

Serialized Fields

key

java.lang.Object key

value

java.lang.Object value

Class zombie.core.Collections.ZomboidAbstractMap.SimpleImmutableEntry extends java.lang.Object implements Serializable

serialVersionUID: 7138329143949025153L

Serialized Fields

key

java.lang.Object key

value

java.lang.Object value

Class zombie.core.Collections.ZomboidHashMap extends ZomboidAbstractMap<K,V> implements Serializable

serialVersionUID: 362498820763181265L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the ZomboidHashMap instance from a stream (i.e., deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of the ZomboidHashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of theTHashMap (the length of the bucket array) is emitted (int), followed by the size (an int, the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping. The key-value mappings are emitted in no particular order.
Throws:
java.io.IOException
Serialized Fields

threshold

int threshold
The next size value at which to resize (capacity * load factor).

 

loadFactor

float loadFactor
The load factor for the hash table.

 

entryStore

java.util.Stack<E> entryStore

Class zombie.core.Collections.ZomboidHashSet extends java.util.AbstractSet<E> implements Serializable

serialVersionUID: -5024744406713321676L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reconstitute the ZomboidHashSet instance from a stream (that is, deserialize it).

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Save the state of this ZomboidHashSet instance to a stream (that is, serialize it).

Serial Data:
The capacity of the backing HashMap instance (int), and its load factor (float) are emitted, followed by the size of the set (the number of elements it contains) (int), followed by all of its elements (each an Object) in no particular order.
Throws:
java.io.IOException

Package zombie.core.Styles

Class zombie.core.Styles.FloatList extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

float[] value

count

int count

fastExpand

boolean fastExpand

Class zombie.core.Styles.IntList extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

int[] value

count

int count

fastExpand

boolean fastExpand

Class zombie.core.Styles.ShortList extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

short[] value

count

short count

fastExpand

boolean fastExpand

Package zombie.core.textures

Class zombie.core.textures.AuthenticatingFrame extends javax.swing.JFrame implements Serializable

Serialized Fields

cards

javax.swing.JPanel cards

contentPane

javax.swing.JPanel contentPane

loginForm

LoginForm loginForm

u

java.lang.String u

p

java.lang.String p

k

java.lang.String k

Class zombie.core.textures.ImageData extends java.lang.Object implements Serializable

serialVersionUID: -7893392091273534932L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

height

int height
the height of image


heightHW

int heightHW
the height hardware of image


solid

boolean solid
the internal format of image (RGB or RGBA)


width

int width
the width of image


widthHW

int widthHW
the width hardware of image


mask

boolean[] mask

dds

com.evildevil.engines.bubble.texture.DDSLoader dds

id

int id

Class zombie.core.textures.LoginForm extends javax.swing.JPanel implements Serializable

Serialized Fields

labUserName

javax.swing.JLabel labUserName

tfUserName

javax.swing.JTextField tfUserName

tfKey

javax.swing.JTextField tfKey

labPassword

javax.swing.JLabel labPassword

labEnterDesura

javax.swing.JLabel labEnterDesura

labOrPassword

javax.swing.JLabel labOrPassword

labKey

javax.swing.JLabel labKey

tfPassword

javax.swing.JPasswordField tfPassword

bnLogin

javax.swing.JButton bnLogin

bnOffline

javax.swing.JButton bnOffline

Class zombie.core.textures.Mask extends java.lang.Object implements Serializable

serialVersionUID: -5679205580926696806L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

full

boolean full
indicates if the mask is fully sets to 'true'


height

int height
the height of collision mask


mask

BooleanGrid mask
the collision mask data


width

int width
the width of collision mask

Class zombie.core.textures.Texture extends java.lang.Object implements Serializable

serialVersionUID: 7472363451408935314L

Serialized Fields

flip

boolean flip

offsetX

float offsetX

offsetY

float offsetY

xEnd

float xEnd
internal texture coordinates
it's used to get the max border of texture...


yEnd

float yEnd
internal texture coordinates
it's used to get the max border of texture...


xStart

float xStart
internal texture coordinates
it's used to get the max border of texture...


yStart

float yStart
internal texture coordinates
it's used to get the max border of texture...


dataid

TextureID dataid
the class to manage the VRAM data


mask

Mask mask
the mask used in software collisions test


name

java.lang.String name
the texture name


solid

boolean solid
indicates if the texture is solid or not. a not solid texture is a texture that contain an alpha channel


width

int width
size of textureB


height

int height
size of textureB


heightOrig

int heightOrig
size of textureB


widthOrig

int widthOrig
size of textureB


destroyed

boolean destroyed
indicates if the texture is destroyed or not

Class zombie.core.textures.TextureID extends java.lang.Object implements Serializable

serialVersionUID: 4409253583065563738L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

height

int height

heightHW

int heightHW

pathFileName

java.lang.String pathFileName
the filename from where I've loaded the TextureID


solid

boolean solid

width

int width

widthHW

int widthHW

alphaList

java.util.ArrayList<E> alphaList
list of the transparent Component of the image


referenceCount

int referenceCount

mask

boolean[] mask

Class zombie.core.textures.TextureNameAlreadyInUseException extends java.lang.RuntimeException implements Serializable

Class zombie.core.textures.TextureNotFoundException extends java.lang.RuntimeException implements Serializable


Package zombie.core.utils

Class zombie.core.utils.BooleanGrid extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

int width

height

int height

bitWidth

int bitWidth

value

int[] value

Class zombie.core.utils.ExpandableBooleanList extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

int width

bitWidth

int bitWidth

value

int[] value

Class zombie.core.utils.IntGrid extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

int width

height

int height

value

int[] value

Class zombie.core.utils.IntHypercube extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

int width

height

int height

depth

int depth

quanta

int quanta

wxh

int wxh

wxhxd

int wxhxd

value

int[] value

Class zombie.core.utils.ObjectGrid extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

width

int width

height

int height

value

java.lang.Object[] value

Package zombie.iso

Class zombie.iso.IsoGridSquare.Authenticator extends javax.swing.AbstractAction implements Serializable

Class zombie.iso.IsoMovingObject extends IsoObject implements Serializable

Serialized Fields

TimeSinceZombieAttack

int TimeSinceZombieAttack

noDamage

boolean noDamage

collidedE

boolean collidedE

collidedN

boolean collidedN

CollidedObject

IsoObject CollidedObject

collidedS

boolean collidedS

collidedThisFrame

boolean collidedThisFrame

collidedW

boolean collidedW

CollidedWithDoor

boolean CollidedWithDoor

current

IsoGridSquare current

destroyed

boolean destroyed

firstUpdate

boolean firstUpdate

hitDir

Vector2 hitDir

AllowBehaviours

boolean AllowBehaviours

impulsex

float impulsex

impulsey

float impulsey

limpulsex

float limpulsex

limpulsey

float limpulsey

hitForce

float hitForce

hitFromAngle

float hitFromAngle

ID

int ID

last

IsoGridSquare last

lx

float lx

ly

float ly

lz

float lz

nx

float nx

ny

float ny

PathFindIndex

int PathFindIndex

solid

boolean solid

StateEventDelayTimer

float StateEventDelayTimer

thumpTarget

Thumpable thumpTarget

width

float width

x

float x

y

float y

z

float z

bAltCollide

boolean bAltCollide

shootable

boolean shootable

lastTargettedBy

IsoZombie lastTargettedBy

Collidable

boolean Collidable

scriptnx

float scriptnx

scriptny

float scriptny

reqMovement

Vector2 reqMovement

ScriptModule

java.lang.String ScriptModule

ScriptName

java.lang.String ScriptName

ActiveInInstances

java.util.Stack<E> ActiveInInstances

def

IsoSpriteInstance def

movementLastFrame

Vector2 movementLastFrame

weight

float weight

feelersize

float feelersize

bOnFloor

boolean bOnFloor

Class zombie.iso.IsoObject extends java.lang.Object implements Serializable

Serialized Fields

Children

java.util.ArrayList<E> Children

alpha

float[] alpha

AttachedAnimSprite

java.util.ArrayList<E> AttachedAnimSprite

AttachedAnimSpriteActual

java.util.ArrayList<E> AttachedAnimSpriteActual

container

ItemContainer container

dir

IsoDirections dir

Damage

short Damage

NoPicking

boolean NoPicking

offsetX

float offsetX

offsetY

float offsetY

OutlineOnMouseover

boolean OutlineOnMouseover

rerouteMask

IsoObject rerouteMask

sprite

IsoSprite sprite

square

IsoGridSquare square

targetAlpha

float[] targetAlpha

rerouteCollide

IsoObject rerouteCollide

table

se.krka.kahlua.vm.KahluaTable table

name

java.lang.String name

tile

java.lang.String tile

tintr

float tintr

tintg

float tintg

tintb

float tintb

Class zombie.iso.IsoPhysicsObject extends IsoMovingObject implements Serializable

Serialized Fields

speedMod

float speedMod

velX

float velX

velY

float velY

velZ

float velZ

terminalVelocity

float terminalVelocity

Class zombie.iso.IsoPushableObject extends IsoMovingObject implements Serializable

Serialized Fields

velx

float velx

vely

float vely

carryCapacity

int carryCapacity

emptyWeight

float emptyWeight

connectList

java.util.ArrayList<E> connectList

ox

float ox

oy

float oy

Class zombie.iso.MiniCell extends java.lang.Object implements Serializable


Package zombie.iso.objects

Class zombie.iso.objects.IsoBarricade extends IsoObject implements Serializable

Serialized Fields

Barricaded

boolean Barricaded

BarricideMaxStrength

java.lang.Integer BarricideMaxStrength

BarricideStrength

java.lang.Integer BarricideStrength

Health

java.lang.Integer Health

Locked

boolean Locked

MaxHealth

java.lang.Integer MaxHealth

PushedMaxStrength

java.lang.Integer PushedMaxStrength

PushedStrength

java.lang.Integer PushedStrength

type

IsoBarricade.DoorType type

barricadeSprite

IsoSprite barricadeSprite

closedSprite

IsoSprite closedSprite

open

boolean open

openSprite

IsoSprite openSprite

destroyed

boolean destroyed

Class zombie.iso.objects.IsoBloodDrop extends IsoPhysicsObject implements Serializable

Serialized Fields

tintb

float tintb

tintg

float tintg

tintr

float tintr

time

float time

sx

float sx

sy

float sy

lsx

float lsx

lsy

float lsy

Class zombie.iso.objects.IsoCrate extends IsoObject implements Serializable

Serialized Fields

Barricaded

boolean Barricaded

BarricideMaxStrength

java.lang.Integer BarricideMaxStrength

BarricideStrength

java.lang.Integer BarricideStrength

Health

java.lang.Integer Health

Locked

boolean Locked

MaxHealth

java.lang.Integer MaxHealth

PushedMaxStrength

java.lang.Integer PushedMaxStrength

PushedStrength

java.lang.Integer PushedStrength

type

IsoCrate.DoorType type

barricadeSprite

IsoSprite barricadeSprite

closedSprite

IsoSprite closedSprite

open

boolean open

openSprite

IsoSprite openSprite

destroyed

boolean destroyed

Class zombie.iso.objects.IsoCurtain extends IsoObject implements Serializable

Serialized Fields

Barricaded

boolean Barricaded

BarricideMaxStrength

java.lang.Integer BarricideMaxStrength

BarricideStrength

java.lang.Integer BarricideStrength

Health

java.lang.Integer Health

Locked

boolean Locked

MaxHealth

java.lang.Integer MaxHealth

PushedMaxStrength

java.lang.Integer PushedMaxStrength

PushedStrength

java.lang.Integer PushedStrength

closedSprite

IsoSprite closedSprite

north

boolean north

open

boolean open

openSprite

IsoSprite openSprite

destroyed

boolean destroyed

Class zombie.iso.objects.IsoDeadBody extends IsoMovingObject implements Serializable

Serialized Fields

ClothingItem_Head

InventoryItem ClothingItem_Head

ClothingItem_Torso

InventoryItem ClothingItem_Torso

ClothingItem_Hands

InventoryItem ClothingItem_Hands

ClothingItem_Legs

InventoryItem ClothingItem_Legs

ClothingItem_Feet

InventoryItem ClothingItem_Feet

torsoSprite

IsoSprite torsoSprite

legsSprite

IsoSprite legsSprite

headSprite

IsoSprite headSprite

shoeSprite

IsoSprite shoeSprite

topSprite

IsoSprite topSprite

bottomsSprite

IsoSprite bottomsSprite

wasZombie

boolean wasZombie

bUseParts

boolean bUseParts

SpeakColor

Color SpeakColor

SpeakTime

float SpeakTime

extraSprites

java.util.ArrayList<E> extraSprites

updateCount

int updateCount

Speaking

boolean Speaking

sayLine

java.lang.String sayLine

Class zombie.iso.objects.IsoDoor extends IsoObject implements Serializable

Serialized Fields

Barricaded

int Barricaded

BarricideMaxStrength

java.lang.Integer BarricideMaxStrength

BarricideStrength

java.lang.Integer BarricideStrength

Health

java.lang.Integer Health

Locked

boolean Locked

MaxHealth

java.lang.Integer MaxHealth

PushedMaxStrength

java.lang.Integer PushedMaxStrength

PushedStrength

java.lang.Integer PushedStrength

type

IsoDoor.DoorType type

barricadeSprite

IsoSpriteInstance barricadeSprite

closedSprite

IsoSprite closedSprite

north

boolean north

gid

int gid

open

boolean open

openSprite

IsoSprite openSprite

destroyed

boolean destroyed

table

se.krka.kahlua.vm.KahluaTable table

Class zombie.iso.objects.IsoFire extends IsoObject implements Serializable

Serialized Fields

Age

int Age

Energy

int Energy

Life

int Life

LifeStage

int LifeStage

LifeStageDuration

int LifeStageDuration

LifeStageTimer

int LifeStageTimer

MaxLife

int MaxLife

MinLife

int MinLife

SpreadDelay

int SpreadDelay

SpreadTimer

int SpreadTimer

Class zombie.iso.objects.IsoJukebox extends IsoObject implements Serializable

Serialized Fields

JukeboxTrack

Audio JukeboxTrack

IsPlaying

boolean IsPlaying

MusicRadius

float MusicRadius

Activated

boolean Activated

WorldSoundPulseRate

int WorldSoundPulseRate

WorldSoundPulseDelay

int WorldSoundPulseDelay

Class zombie.iso.objects.IsoLightSwitch extends IsoObject implements Serializable

Serialized Fields

Activated

boolean Activated

lights

java.util.ArrayList<E> lights

lightRoom

boolean lightRoom

RoomID

int RoomID

Class zombie.iso.objects.IsoMolotovCocktail extends IsoPhysicsObject implements Serializable

Class zombie.iso.objects.IsoRadio extends IsoObject implements Serializable

Serialized Fields

SpeakTime

int SpeakTime

sayLine

java.lang.String sayLine

Speaking

boolean Speaking

SpeakColour

Color SpeakColour

Class zombie.iso.objects.IsoRaindrop extends IsoObject implements Serializable

Serialized Fields

AnimSpriteIndex

int AnimSpriteIndex

GravMod

float GravMod

Life

int Life

OffsetY

float OffsetY

Vel_Y

float Vel_Y

Class zombie.iso.objects.IsoRainSplash extends IsoObject implements Serializable

Serialized Fields

Age

int Age

Class zombie.iso.objects.IsoStove extends IsoObject implements Serializable

Serialized Fields

activated

boolean activated

Class zombie.iso.objects.IsoThumpable extends IsoObject implements Serializable

Serialized Fields

Barricaded

int Barricaded

BarricideMaxStrength

java.lang.Integer BarricideMaxStrength

BarricideStrength

java.lang.Integer BarricideStrength

table

se.krka.kahlua.vm.KahluaTable table

modData

se.krka.kahlua.vm.KahluaTable modData

isDoor

java.lang.Boolean isDoor

isDoorFrame

java.lang.Boolean isDoorFrame

breakSound

java.lang.String breakSound

isCorner

boolean isCorner

isFloor

boolean isFloor

blockAllTheSquare

boolean blockAllTheSquare

Locked

boolean Locked

MaxHealth

java.lang.Integer MaxHealth

Health

java.lang.Integer Health

PushedMaxStrength

java.lang.Integer PushedMaxStrength

PushedStrength

java.lang.Integer PushedStrength

barricadeSprite

IsoSpriteInstance barricadeSprite

closedSprite

IsoSprite closedSprite

north

boolean north

name

java.lang.String name

thumpDmg

java.lang.Integer thumpDmg

crossSpeed

float crossSpeed

gid

int gid

open

boolean open

openSprite

IsoSprite openSprite

destroyed

boolean destroyed

canBarricade

boolean canBarricade

canPassThrough

boolean canPassThrough

isStairs

boolean isStairs

isContainer

boolean isContainer

dismantable

boolean dismantable

canBePlastered

boolean canBePlastered

paintable

boolean paintable

isThumpable

boolean isThumpable

Class zombie.iso.objects.IsoTree extends IsoObject implements Serializable

Serialized Fields

LogYield

int LogYield

damage

int damage

Class zombie.iso.objects.IsoWheelieBin extends IsoPushableObject implements Serializable

Serialized Fields

velx

float velx

vely

float vely

Class zombie.iso.objects.IsoWindow extends IsoObject implements Serializable

Serialized Fields

Barricaded

int Barricaded

BarricideMaxStrength

java.lang.Integer BarricideMaxStrength

BarricideStrength

java.lang.Integer BarricideStrength

Health

java.lang.Integer Health

MaxHealth

java.lang.Integer MaxHealth

type

IsoWindow.WindowType type

barricadeSprite

IsoSpriteInstance barricadeSprite

closedSprite

IsoSprite closedSprite

smashedSprite

IsoSprite smashedSprite

north

boolean north

Locked

boolean Locked

PermaLocked

boolean PermaLocked

open

boolean open

openSprite

IsoSprite openSprite

destroyed

boolean destroyed

Class zombie.iso.objects.IsoWoodenWall extends IsoObject implements Serializable

Serialized Fields

Barricaded

int Barricaded

BarricideMaxStrength

java.lang.Integer BarricideMaxStrength

BarricideStrength

java.lang.Integer BarricideStrength

Health

java.lang.Integer Health

Locked

boolean Locked

MaxHealth

java.lang.Integer MaxHealth

PushedMaxStrength

java.lang.Integer PushedMaxStrength

PushedStrength

java.lang.Integer PushedStrength

type

IsoWoodenWall.DoorType type

barricadeSprite

IsoSpriteInstance barricadeSprite

closedSprite

IsoSprite closedSprite

north

boolean north

gid

int gid

open

boolean open

openSprite

IsoSprite openSprite

destroyed

boolean destroyed

table

se.krka.kahlua.vm.KahluaTable table

Class zombie.iso.objects.IsoWorldInventoryObject extends IsoObject implements Serializable

Serialized Fields

item

InventoryItem item

xoff

float xoff

yoff

float yoff

zoff

float zoff

Class zombie.iso.objects.IsoZombieGiblets extends IsoPhysicsObject implements Serializable

Serialized Fields

tintb

float tintb

tintg

float tintg

tintr

float tintr

time

float time

Package zombie.scripting.commands

Class zombie.scripting.commands.SimpleCharacterCommand extends java.lang.Object implements Serializable


Package zombie.util.list

Class zombie.util.list.IntArrayList extends AbstractIntList implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serial Data:
Default fields; the capacity of the list (int); the list's elements (int).
Throws:
java.io.IOException
Since:
1.1
Serialized Fields

size

int size
The current size of this list.

 

growthPolicy

int growthPolicy
The growth policy of this list (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this list, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this list, if the growth policy is absolute.

 

Package zombie.util.map

Class zombie.util.map.IntKeyOpenHashMap extends AbstractIntKeyMap<V> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serial Data:
Default fields; the capacity of the map (int); the maps's entries (int, Object).
Throws:
java.io.IOException
Since:
1.1
Serialized Fields

keyhash

IntHashFunction keyhash
The hash function used to hash keys in this map.

 

size

int size
The size of this map.

 

growthPolicy

int growthPolicy
The growth policy of this map (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this map, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this map, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this map.

 

expandAt

int expandAt
The next size at which to expand the data[].

 

Class zombie.util.map.NoSuchMappingException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 1L


Package zombie.util.set

Class zombie.util.set.IntOpenHashSet extends AbstractIntSet implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
Since:
1.1

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
Serial Data:
Default fields; the capacity of the set (int); the set's elements (int).
Throws:
java.io.IOException
Since:
1.1
Serialized Fields

keyhash

IntHashFunction keyhash
The hash function used to hash keys in this set.

 

size

int size
The size of this set.

 

growthPolicy

int growthPolicy
The growth policy of this set (0 is relative growth, 1 is absolute growth).

 

growthFactor

double growthFactor
The growth factor of this set, if the growth policy is relative.

 

growthChunk

int growthChunk
The growth chunk size of this set, if the growth policy is absolute.

 

loadFactor

double loadFactor
The load factor of this set.

 

expandAt

int expandAt
The next size at which to expand the keys[].