Uses of Class
zombie.iso.IsoObject

Packages that use IsoObject
zombie   
zombie.behaviors.survivor.orders.LittleTasks   
zombie.characters   
zombie.characters.CharacterTimedActions   
zombie.inventory   
zombie.iso   
zombie.iso.areas   
zombie.iso.objects   
zombie.iso.sprite   
zombie.Lua   
zombie.Quests   
zombie.Quests.questactions   
zombie.ui   
 

Uses of IsoObject in zombie
 

Fields in zombie declared as IsoObject
 IsoObject WorldSoundManager.WorldSound.source
           
 

Methods in zombie with parameters of type IsoObject
 void WorldSoundManager.addSound(IsoObject source, int x, int y, int z, int radius, int volume)
           
 void WorldSoundManager.addSound(IsoObject source, int x, int y, int z, int radius, int volume, boolean StessHumans)
           
 void WorldSoundManager.addSound(IsoObject source, int x, int y, int z, int radius, int volume, boolean StessHumans, float zombieIgnoreDist, float stressMod)
           
 WorldSoundManager.WorldSound WorldSoundManager.getBiggestSound(IsoObject context, int x, int y, int z, boolean ignoreBySameType)
           
 

Constructors in zombie with parameters of type IsoObject
WorldSoundManager.WorldSound(IsoObject source, int x, int y, int z, int radius, int volume)
           
WorldSoundManager.WorldSound(IsoObject source, int x, int y, int z, int radius, int volume, boolean stresshumans)
           
WorldSoundManager.WorldSound(IsoObject source, int x, int y, int z, int radius, int volume, boolean stresshumans, float zombieIgnoreDist, float stressMod)
           
 

Uses of IsoObject in zombie.behaviors.survivor.orders.LittleTasks
 

Constructors in zombie.behaviors.survivor.orders.LittleTasks with parameters of type IsoObject
UseItemOnIsoObject(IsoGameCharacter chr, java.lang.String item, IsoObject obj)
           
 

Uses of IsoObject in zombie.characters
 

Subclasses of IsoObject in zombie.characters
 class IsoDummyCameraCharacter
           
 class IsoGameCharacter
           
 class IsoLivingCharacter
           
 class IsoLuaCharacter
           
 class IsoPlayer
           
 class IsoSurvivor
           
 class IsoZombie
           
 

Fields in zombie.characters declared as IsoObject
 IsoObject IsoPlayer.Context.targetObject
           
 

Methods in zombie.characters that return IsoObject
 IsoObject IsoGameCharacter.getChair()
           
 IsoObject IsoPlayer.getFakeAttackTarget()
           
 IsoObject IsoPlayer.getInteract()
           
 

Methods in zombie.characters with parameters of type IsoObject
 void IsoZombie.collideWith(IsoObject obj)
           
 void IsoPlayer.collideWith(IsoObject obj)
           
 void IsoGameCharacter.satOnChair(IsoObject chair)
           
 void IsoGameCharacter.setChair(IsoObject chair)
           
 void IsoPlayer.setFakeAttackTarget(IsoObject FakeAttackTarget)
           
 

Uses of IsoObject in zombie.characters.CharacterTimedActions
 

Constructors in zombie.characters.CharacterTimedActions with parameters of type IsoObject
DoBuildAction(IsoGameCharacter chr, IsoObject object, IsoGridSquare square)
           
 

Uses of IsoObject in zombie.inventory
 

Fields in zombie.inventory declared as IsoObject
 IsoObject ItemContainer.parent
           
 

Methods in zombie.inventory that return IsoObject
 IsoObject ItemContainer.getParent()
           
 

Methods in zombie.inventory that return types with arguments of type IsoObject
 java.util.ArrayList<IsoObject> InventoryItem.getTaken()
           
 

Methods in zombie.inventory with parameters of type IsoObject
 void ItemContainer.setParent(IsoObject parent)
           
 

Method parameters in zombie.inventory with type arguments of type IsoObject
 void InventoryItem.setTaken(java.util.ArrayList<IsoObject> Taken)
           
 

Constructors in zombie.inventory with parameters of type IsoObject
ItemContainer(int ID, java.lang.String containerName, IsoGridSquare square, IsoObject parent, int wid, int hei)
           
ItemContainer(java.lang.String containerName, IsoGridSquare square, IsoObject parent, int wid, int hei)
           
 

Uses of IsoObject in zombie.iso
 

Subclasses of IsoObject in zombie.iso
 class IsoMovingObject
           
 class IsoPhysicsObject
           
 class IsoPushableObject
           
 

Fields in zombie.iso declared as IsoObject
static IsoObject IsoObject.lastRendered
           
static IsoObject IsoObject.lastRenderedRendered
           
 IsoObject IsoObject.rerouteCollide
           
 IsoObject IsoObject.rerouteMask
           
 IsoObject IsoObjectPicker.ClickObject.tile
           
 

Fields in zombie.iso with type parameters of type IsoObject
static java.util.Stack<IsoObject> CellLoader.isoObjectCache
           
 

Methods in zombie.iso that return IsoObject
 IsoObject IsoGridSquare.addFloor(java.lang.String sprite)
           
static IsoObject IsoObject.factoryFromFileInput(IsoCell cell, java.nio.ByteBuffer b)
           
static IsoObject IsoObject.factoryFromFileInput(IsoCell cell, int classID)
           
 IsoObject IsoGridSquare.getBedTo(IsoGridSquare next)
           
 IsoObject IsoMovingObject.getCollidedObject()
           
 IsoObject IsoGridSquare.getContainerItem(java.lang.String type)
           
 IsoObject IsoGridSquare.getDoorFrameTo(IsoGridSquare next)
           
 IsoObject IsoGridSquare.getDoorOrWindow(boolean north)
           
 IsoObject IsoGridSquare.getDoorTo(IsoGridSquare next)
           
 IsoObject IsoGridSquare.getFloor()
           
static IsoObject IsoObject.getLastRendered()
           
static IsoObject IsoObject.getLastRenderedRendered()
           
 IsoObject IsoObject.getRerouteCollide()
           
 IsoObject IsoObject.getRerouteMask()
           
 IsoObject IsoObject.getRerouteMaskObject()
           
 IsoObject IsoGridSquare.getWall(boolean bNorth)
           
 

Methods in zombie.iso that return types with arguments of type IsoObject
 java.util.ArrayList<IsoObject> IsoGridSquare.getObjects()
           
 java.util.ArrayList<java.util.ArrayList<IsoObject>> IsoCell.getRenderJobsArray()
           
 java.util.ArrayList<IsoObject> IsoGridSquare.getSpecialObjects()
           
 java.util.ArrayList<IsoObject> IsoCell.getStaticUpdaterObjectList()
           
 

Methods in zombie.iso with parameters of type IsoObject
 void IsoObjectPicker.Add(int x, int y, int width, int height, IsoGridSquare gridSquare, IsoObject tile, boolean flip)
           
 void IsoObject.addChild(IsoObject child)
           
 void IsoGridSquare.AddSpecialObject(IsoObject obj)
           
 void IsoGridSquare.AddSpecialTileObject(IsoObject obj)
           
 void IsoGridSquare.AddTileObject(IsoObject obj)
           
 void IsoMovingObject.collideWith(IsoObject obj)
           
 void IsoGridSquare.DeleteTileObject(IsoObject obj)
           
 int IsoGridSquare.DoRoofLighting(IsoObject obj, int stenciled, int ax, int ay, int arry)
           
 int IsoGridSquare.DoWallLightingN(IsoObject obj, int stenciled, int ax, int ay, int arry)
           
 int IsoGridSquare.DoWallLightingNW(int ax, int ay, IsoObject obj, int stenciled, boolean CircleStencil, int arry)
           
 int IsoGridSquare.DoWallLightingW(IsoObject obj, int stenciled, int ax, int ay, int arry)
           
 void IsoGridSquare.RemoveTileObject(IsoObject obj)
           
 void IsoMovingObject.setCollidedObject(IsoObject CollidedObject)
           
static void IsoObject.setLastRendered(IsoObject aLastRendered)
           
static void IsoObject.setLastRenderedRendered(IsoObject aLastRenderedRendered)
           
 void IsoObject.setRerouteCollide(IsoObject rerouteCollide)
           
 void IsoObject.setRerouteMask(IsoObject rerouteMask)
           
 

Method parameters in zombie.iso with type arguments of type IsoObject
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 IsoGridSquare.setObjects(java.util.ArrayList<IsoObject> Objects)
           
 void IsoCell.setRenderJobsArray(java.util.ArrayList<java.util.ArrayList<IsoObject>> RenderJobsArray)
           
 void IsoGridSquare.setSpecialObjects(java.util.ArrayList<IsoObject> SpecialObjects)
           
 void IsoCell.setStaticUpdaterObjectList(java.util.ArrayList<IsoObject> StaticUpdaterObjectList)
           
 

Uses of IsoObject in zombie.iso.areas
 

Fields in zombie.iso.areas with type parameters of type IsoObject
 java.util.ArrayList<IsoObject> IsoRoom.WaterSources
           
 

Methods in zombie.iso.areas that return IsoObject
 IsoObject IsoRoomExit.getDoor(IsoCell cell)
           
 

Methods in zombie.iso.areas that return types with arguments of type IsoObject
 java.util.ArrayList<IsoObject> IsoRoom.getWaterSources()
           
 

Method parameters in zombie.iso.areas with type arguments of type IsoObject
 void IsoRoom.setWaterSources(java.util.ArrayList<IsoObject> WaterSources)
           
 

Uses of IsoObject in zombie.iso.objects
 

Subclasses of IsoObject in zombie.iso.objects
 class IsoBarricade
           
 class IsoBloodDrop
           
 class IsoCrate
           
 class IsoCurtain
           
 class IsoDeadBody
           
 class IsoDoor
           
 class IsoFire
           
 class IsoJukebox
           
 class IsoLightSwitch
           
 class IsoMolotovCocktail
           
 class IsoRadio
           
 class IsoRaindrop
           
 class IsoRainSplash
           
 class IsoStove
           
 class IsoThumpable
           
 class IsoTree
           
 class IsoWheelieBin
           
 class IsoWindow
           
 class IsoWoodenWall
           
 class IsoWorldInventoryObject
           
 class IsoZombieGiblets
           
 

Uses of IsoObject in zombie.iso.sprite
 

Methods in zombie.iso.sprite with parameters of type IsoObject
 void IsoSprite.drawAt(IsoSpriteInstance inst, IsoObject obj, int sx, int sy, IsoDirections dir)
           
 void IsoSpriteInstance.render(IsoObject obj, float x, float y, float z, IsoDirections dir, float offsetX, float offsetY, ColorInfo info2)
           
 void IsoSprite.render(IsoObject obj, float x, float y, float z, IsoDirections dir, float offsetX, float offsetY, ColorInfo info2)
           
 void IsoSprite.render(IsoObject obj, float x, float y, float z, IsoDirections dir, float offsetX, float offsetY, ColorInfo info2, boolean brenderPrep)
           
 void IsoSprite.render(IsoSpriteInstance inst, IsoObject obj, float x, float y, float z, IsoDirections dir, float offsetX, float offsetY, ColorInfo info2)
           
 void IsoSprite.render(IsoSpriteInstance inst, IsoObject obj, float x, float y, float z, IsoDirections dir, float offsetX, float offsetY, ColorInfo info2, boolean bDoRenderPrep)
           
 void IsoSprite.renderObjectPicker(IsoObject obj, float x, float y, float z, IsoDirections dir, float offsetX, float offsetY, ColorInfo info)
           
 

Uses of IsoObject in zombie.Lua
 

Methods in zombie.Lua with parameters of type IsoObject
 void LuaManager.GlobalObject.addSound(IsoObject source, int x, int y, int z, int radius, int volume)
           
 

Uses of IsoObject in zombie.Quests
 

Methods in zombie.Quests with parameters of type IsoObject
static void QuestCreator.AddQuestAction_TutorialIcon(java.lang.String title, java.lang.String message, IsoObject obj, boolean bAutoExpand, float yoff)
           
 

Uses of IsoObject in zombie.Quests.questactions
 

Constructors in zombie.Quests.questactions with parameters of type IsoObject
QuestAction_TutorialIcon(java.lang.String title, java.lang.String message, IsoObject obj, boolean bAutoExpand, float yoff)
           
 

Uses of IsoObject in zombie.ui
 

Fields in zombie.ui declared as IsoObject
static IsoObject UIManager.LastPicked
           
 IsoObject ObjectTooltip.Object
           
 IsoObject RadialMenu.RadialTarget
           
static IsoObject UIManager.RightDownObject
           
 

Methods in zombie.ui that return IsoObject
static IsoObject UIManager.getLastPicked()
           
static IsoObject UIManager.getRightDownObject()
           
 

Methods in zombie.ui with parameters of type IsoObject
 boolean TutorialManager.AllowUse(IsoObject Object)
           
 void RadialMenu.CreateFromObject(IsoObject obj, int mousex, int mousey)
           
static void UIManager.LaunchRadial(IsoObject obj)
           
static void UIManager.setLastPicked(IsoObject aLastPicked)
           
static void UIManager.setRightDownObject(IsoObject aRightDownObject)
           
 void ObjectTooltip.show(IsoObject obj, int x, int y)