Uses of Class
zombie.iso.objects.IsoWindow
Packages that use IsoWindow
Package
Description
-
Uses of IsoWindow in zombie.ai
Modifier and TypeMethodDescriptionvoidMapKnowledge.setKnownBlockedWindow(IsoWindow object, boolean blocked) -
Uses of IsoWindow in zombie.ai.states
Methods in zombie.ai.states that return IsoWindowMethods in zombie.ai.states with parameters of type IsoWindowModifier and TypeMethodDescriptionvoidOpenWindowState.setParams(IsoGameCharacter owner, IsoWindow window) -
Uses of IsoWindow in zombie.characters
Methods in zombie.characters with parameters of type IsoWindowModifier and TypeMethodDescriptionvoidILuaGameCharacter.climbThroughWindow(IsoWindow w) voidILuaGameCharacter.climbThroughWindow(IsoWindow w, Integer startingFrame) voidIsoGameCharacter.climbThroughWindow(IsoWindow w) voidIsoGameCharacter.climbThroughWindow(IsoWindow w, Integer startingFrame) voidILuaGameCharacter.closeWindow(IsoWindow w) voidIsoGameCharacter.closeWindow(IsoWindow w) booleanIsoGameCharacter.isClimbingThroughWindow(IsoWindow window) booleanIsoGameCharacter.isClosingWindow(IsoWindow window) voidILuaGameCharacter.openWindow(IsoWindow w) voidIsoGameCharacter.openWindow(IsoWindow w) voidILuaGameCharacter.smashWindow(IsoWindow w) voidIsoGameCharacter.smashWindow(IsoWindow w) -
Uses of IsoWindow in zombie.iso
Methods in zombie.iso that return IsoWindowModifier and TypeMethodDescriptionIsoGridSquare.getWindow()IsoGridSquare.getWindow(boolean north) IsoGridSquare.getWindowTo(IsoGridSquare next) Get the IsoWindow window between this grid and the next in parameterMethods in zombie.iso that return types with arguments of type IsoWindowMethods in zombie.iso with parameters of type IsoWindowModifier and TypeMethodDescriptionvoidIsoCell.addToWindowList(IsoWindow window) voidIsoCell.removeFromWindowList(IsoWindow window) -
Uses of IsoWindow in zombie.iso.areas
Fields in zombie.iso.areas with type parameters of type IsoWindowMethods in zombie.iso.areas that return IsoWindowMethods in zombie.iso.areas that return types with arguments of type IsoWindowMethods in zombie.iso.areas with parameters of type IsoWindowModifier and TypeMethodDescriptionvoidvoidIsoBuilding.addWindow(IsoWindow obj, boolean bOtherTile, IsoGridSquare from, IsoBuilding building) -
Uses of IsoWindow in zombie.iso.objects
Methods in zombie.iso.objects that return IsoWindow -
Uses of IsoWindow in zombie.network
Methods in zombie.network with parameters of type IsoWindowModifier and TypeMethodDescriptionvoidGameClient.removeBrokenGlass(IsoWindow window) static voidGameServer.removeBrokenGlass(IsoWindow window) voidGameClient.smashWindow(IsoWindow window) static voidGameServer.smashWindow(IsoWindow window) -
Uses of IsoWindow in zombie.network.fields.hit
Methods in zombie.network.fields.hit with parameters of type IsoWindow -
Uses of IsoWindow in zombie.randomizedWorld.randomizedBuilding
Methods in zombie.randomizedWorld.randomizedBuilding that return IsoWindow