Uses of Class
zombie.iso.sprite.IsoSprite

Packages that use IsoSprite
zombie.characters   
zombie.iso   
zombie.iso.objects   
zombie.iso.sprite   
 

Uses of IsoSprite in zombie.characters
 

Fields in zombie.characters declared as IsoSprite
 IsoSprite IsoGameCharacter.bottomsSprite
           
static IsoSprite IsoGameCharacter.DropShadow
           
 IsoSprite IsoGameCharacter.hairSprite
           
 IsoSprite IsoGameCharacter.headSprite
           
 IsoSprite IsoGameCharacter.legsSprite
           
 IsoSprite IsoGameCharacter.shoeSprite
           
 IsoSprite IsoGameCharacter.topSprite
           
 IsoSprite IsoGameCharacter.torsoSprite
           
 

Fields in zombie.characters with type parameters of type IsoSprite
 java.util.ArrayList<IsoSprite> IsoGameCharacter.extraSprites
           
 

Methods in zombie.characters that return IsoSprite
 IsoSprite IsoGameCharacter.getBloodSplat()
           
 IsoSprite IsoGameCharacter.getBottomsSprite()
           
 IsoSprite IsoPlayer.getGuardModeUISprite()
           
 IsoSprite IsoGameCharacter.getHairSprite()
           
 IsoSprite IsoGameCharacter.getHeadSprite()
           
 IsoSprite IsoGameCharacter.getLegsSprite()
           
 IsoSprite IsoGameCharacter.getShoeSprite()
           
 IsoSprite IsoGameCharacter.getTopSprite()
           
 IsoSprite IsoGameCharacter.getTorsoSprite()
           
 

Methods in zombie.characters that return types with arguments of type IsoSprite
 java.util.ArrayList<IsoSprite> IsoGameCharacter.getExtraSprites()
           
 

Methods in zombie.characters with parameters of type IsoSprite
 void IsoGameCharacter.DoCharacterPart(java.lang.String partName, IsoSprite spr)
           
 void IsoGameCharacter.DoZombiePart(java.lang.String partName, IsoSprite spr)
           
 void IsoGameCharacter.DoZombiePart(java.lang.String partName, java.lang.String partNameHuman, IsoSprite spr)
           
static void WeaponOverlayUtils.DrawWeapon(HandWeapon item, IsoGameCharacter chr, IsoSprite chrspr, float x, float y, float z, ColorInfo col)
           
 void IsoGameCharacter.setBloodSplat(IsoSprite bloodSplat)
           
 void IsoGameCharacter.setBottomsSprite(IsoSprite bottomsSprite)
           
 void IsoPlayer.setGuardModeUISprite(IsoSprite GuardModeUISprite)
           
 void IsoGameCharacter.setHairSprite(IsoSprite hairSprite)
           
 void IsoGameCharacter.setHeadSprite(IsoSprite headSprite)
           
 void IsoGameCharacter.setLegsSprite(IsoSprite legsSprite)
           
 void IsoGameCharacter.setShoeSprite(IsoSprite shoeSprite)
           
 void IsoGameCharacter.setTopSprite(IsoSprite topSprite)
           
 void IsoGameCharacter.setTorsoSprite(IsoSprite torsoSprite)
           
 

Uses of IsoSprite in zombie.iso
 

Fields in zombie.iso declared as IsoSprite
 IsoSprite IsoObject.sprite
           
 

Fields in zombie.iso with type parameters of type IsoSprite
 java.util.ArrayList<IsoSprite> IsoObject.AttachedAnimSpriteActual
           
static java.util.HashMap<java.lang.String,IsoSprite> IsoFloorBloodSplat.SpriteMap
           
 

Methods in zombie.iso that return IsoSprite
 IsoSprite IsoObject.getSprite()
           
 IsoSprite IsoCell.getWoodBarricade()
           
 IsoSprite IsoCell.getWoodCrate()
           
 IsoSprite IsoCell.getWoodDoorN()
           
 IsoSprite IsoCell.getWoodDoorW()
           
 IsoSprite IsoCell.getWoodDWallN()
           
 IsoSprite IsoCell.getWoodDWallW()
           
 IsoSprite IsoCell.getWoodFloor()
           
 IsoSprite IsoCell.getWoodStairsNB()
           
 IsoSprite IsoCell.getWoodStairsNM()
           
 IsoSprite IsoCell.getWoodStairsNT()
           
 IsoSprite IsoCell.getWoodStairsWB()
           
 IsoSprite IsoCell.getWoodStairsWM()
           
 IsoSprite IsoCell.getWoodStairsWT()
           
 IsoSprite IsoCell.getWoodWallN()
           
 IsoSprite IsoCell.getWoodWallW()
           
 IsoSprite IsoCell.getWoodWWallN()
           
 IsoSprite IsoCell.getWoodWWallW()
           
 

Methods in zombie.iso with parameters of type IsoSprite
 void IsoObject.AttachExistingAnim(IsoSprite spr, int OffsetX, int OffsetY, boolean Looping, int FinishHoldFrameIndex, boolean DeleteWhenFinished, float zBias)
           
 void IsoObject.AttachExistingAnim(IsoSprite spr, int OffsetX, int OffsetY, boolean Looping, int FinishHoldFrameIndex, boolean DeleteWhenFinished, float zBias, ColorInfo TintMod)
           
static void CellLoader.DoTileObjectCreation(IsoSprite spr, IsoObjectType type, IsoGridSquare sq, IsoCell cell, int x, int y, int height, java.util.Stack<IsoObject> BedList, boolean bDoHeightOffset, java.lang.String name)
           
 void IsoObject.setSprite(IsoSprite sprite)
           
 void IsoCell.setWoodBarricade(IsoSprite woodBarricade)
           
 void IsoCell.setWoodCrate(IsoSprite woodCrate)
           
 void IsoCell.setWoodDoorN(IsoSprite woodDoorN)
           
 void IsoCell.setWoodDoorW(IsoSprite woodDoorW)
           
 void IsoCell.setWoodDWallN(IsoSprite woodDWallN)
           
 void IsoCell.setWoodDWallW(IsoSprite woodDWallW)
           
 void IsoCell.setWoodFloor(IsoSprite woodFloor)
           
 void IsoCell.setWoodStairsNB(IsoSprite woodStairsNB)
           
 void IsoCell.setWoodStairsNM(IsoSprite woodStairsNM)
           
 void IsoCell.setWoodStairsNT(IsoSprite woodStairsNT)
           
 void IsoCell.setWoodStairsWB(IsoSprite woodStairsWB)
           
 void IsoCell.setWoodStairsWM(IsoSprite woodStairsWM)
           
 void IsoCell.setWoodStairsWT(IsoSprite woodStairsWT)
           
 void IsoCell.setWoodWallN(IsoSprite woodWallN)
           
 void IsoCell.setWoodWallW(IsoSprite woodWallW)
           
 void IsoCell.setWoodWWallN(IsoSprite woodWWallN)
           
 void IsoCell.setWoodWWallW(IsoSprite woodWWallW)
           
 

Constructors in zombie.iso with parameters of type IsoSprite
IsoMovingObject(IsoCell cell, IsoGridSquare square, IsoSprite spr, boolean bObjectListAdd)
           
IsoObject(IsoCell cell, IsoGridSquare square, IsoSprite spr)
           
IsoPushableObject(IsoCell cell, IsoGridSquare square, IsoSprite spr)
           
 

Uses of IsoSprite in zombie.iso.objects
 

Methods in zombie.iso.objects with parameters of type IsoSprite
 void IsoThumpable.setClosedSprite(IsoSprite sprite)
           
 void IsoThumpable.setOpenSprite(IsoSprite sprite)
           
 

Constructors in zombie.iso.objects with parameters of type IsoSprite
IsoCurtain(IsoCell cell, IsoGridSquare gridSquare, IsoSprite gid, boolean north, boolean spriteclosed)
           
IsoDoor(IsoCell cell, IsoGridSquare gridSquare, IsoSprite gid, boolean north)
           
IsoJukebox(IsoCell cell, IsoGridSquare sq, IsoSprite spr)
           
IsoLightSwitch(IsoCell cell, IsoGridSquare sq, IsoSprite gid, int RoomID)
           
IsoRadio(IsoCell cell, IsoGridSquare sq, IsoSprite spr)
           
IsoStove(IsoCell cell, IsoGridSquare sq, IsoSprite gid)
           
IsoTree(IsoGridSquare sq, IsoSprite gid)
           
IsoWindow(IsoCell cell, IsoGridSquare gridSquare, IsoSprite gid, boolean north)
           
IsoWoodenWall(IsoCell cell, IsoGridSquare gridSquare, IsoSprite gid, boolean north)
           
 

Uses of IsoSprite in zombie.iso.sprite
 

Fields in zombie.iso.sprite declared as IsoSprite
 IsoSprite IsoSpriteInstance.parentSprite
           
 

Fields in zombie.iso.sprite with type parameters of type IsoSprite
 gnu.trove.map.hash.THashMap<java.lang.Integer,IsoSprite> IsoSpriteManager.IntMap
           
 gnu.trove.map.hash.THashMap<java.lang.String,IsoSprite> IsoSpriteManager.NamedMap
           
 gnu.trove.map.hash.THashMap<java.lang.Integer,IsoSprite> IsoSpriteManager.SpriteMap
           
 

Methods in zombie.iso.sprite that return IsoSprite
 IsoSprite IsoSpriteManager.AddSprite(java.lang.String tex)
           
 IsoSprite IsoSpriteManager.AddSprite(java.lang.String tex, int ID)
           
static IsoSprite IsoSprite.CreateSprite(IsoSpriteManager manager)
           
 IsoSprite IsoSpriteManager.getOrAddSpriteCache(java.lang.String tex)
           
 IsoSprite IsoSpriteManager.getOrAddSpriteCache(java.lang.String tex, Color col)
           
 IsoSprite IsoSpriteManager.getSprite(int gid)
           
static IsoSprite IsoSprite.getSprite(IsoSpriteManager manager, int id)
           
static IsoSprite IsoSprite.getSprite(IsoSpriteManager manager, int gid, Texture tex)
           
static IsoSprite IsoSprite.getSprite(IsoSpriteManager manager, IsoSprite spr, int offset)
           
static IsoSprite IsoSprite.getSprite(IsoSpriteManager manager, java.lang.String name, int offset)
           
static IsoSprite IsoSprite.getSprite(IsoSpriteManager manager, Texture tex)
           
 IsoSprite IsoSpriteManager.getSprite(java.lang.String gid)
           
static IsoSprite IsoSprite.getSpriteCopy(IsoSpriteManager manager, int id)
           
static IsoSprite IsoSprite.getSpriteForceCreate(IsoSpriteManager manager, int id)
           
 

Methods in zombie.iso.sprite with parameters of type IsoSprite
 void IsoSprite.AddProperties(IsoSprite sprite)
           
static IsoSprite IsoSprite.getSprite(IsoSpriteManager manager, IsoSprite spr, int offset)
           
static void IsoSprite.setSpriteID(IsoSpriteManager manager, int id, IsoSprite spr)
           
 

Constructors in zombie.iso.sprite with parameters of type IsoSprite
IsoSpriteInstance(IsoSprite spr)