Class WallObject
- java.lang.Object
-
- org.dreambot.api.wrappers.interactive.interact.Interactable
-
- org.dreambot.api.wrappers.interactive.Entity
-
- org.dreambot.api.wrappers.interactive.GameObject
-
- org.dreambot.api.wrappers.interactive.WallObject
-
- All Implemented Interfaces:
Identifiable
,Locatable
,Verified
public class WallObject extends GameObject
-
-
Constructor Summary
Constructors Constructor Description WallObject(java.lang.Object reference)
Note: This shouldn't be used by API users, it's an internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getFlags()
int
getGridX()
Gets grid (local) X coordinate of the given object.int
getGridY()
Gets grid (local) Y coordinate of the given object.long
getIndex()
int
getOrientation()
int
getPlane()
-
Methods inherited from class org.dreambot.api.wrappers.interactive.GameObject
canReach, distance, distance, distance, exists, getActions, getAdjustToTerrain, getAlternativeIDs, getAnimationID, getBlockingMask, getBrightness, getComposite, getContrast, getHeight, getID, getInteractableFrom, getInteractType, getLocalX, getLocalY, getMapAreaId, getMapSceneID, getMiniMapIcon, getModel, getModelColors, getModelSizeX, getModelSizeY, getModelSizeZ, getModifiedModelColors, getName, getObjectModelTypes, getObjectTiles, getOffsetX, getOffsetY, getOffsetZ, getParams, getRealID, getRenderableHeight, getReTextureToFind, getReTextureToReplace, getSupportsItems, getSurrounding, getTile, getTileReference, getVarbitID, getVarpID, getWallOrDoor, getWallThickness, getWidth, getX, getY, getZ, hasAction, hasChildDefinitions, isBlocksProjectiles, isCastsShadows, isImpenetrableSolid, isNonFlatShading, isObstructsGround, isOccludes, isRandomizeAnimationStart, setTile, tileDistance, toString, walkingDistance
-
Methods inherited from class org.dreambot.api.wrappers.interactive.Entity
canReach, equals, getBoundingBox, getCenterPoint, getClickablePoint, getLeftClickAction, getReference, getSurroundingArea, hashCode, interact, interact, interact, interact, interact, interactForceLeft, interactForceRight, isOnScreen
-
Methods inherited from class org.dreambot.api.wrappers.interactive.interact.Interactable
hover, rightClick
-
-
-
-
Method Detail
-
getIndex
public long getIndex()
- Specified by:
getIndex
in classGameObject
-
getPlane
public int getPlane()
- Specified by:
getPlane
in classGameObject
-
getFlags
public int getFlags()
- Specified by:
getFlags
in classGameObject
-
getOrientation
public int getOrientation()
- Specified by:
getOrientation
in classGameObject
-
getGridX
public int getGridX()
Description copied from interface:Locatable
Gets grid (local) X coordinate of the given object.- Returns:
- the grid X coordinate of the object.
-
getGridY
public int getGridY()
Description copied from interface:Locatable
Gets grid (local) Y coordinate of the given object.- Returns:
- the grid Y coordinate of the object.
-
-