Class FloorDecoration
- 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.FloorDecoration
-
- All Implemented Interfaces:
Identifiable,Locatable,Verified
public class FloorDecoration extends GameObject
-
-
Constructor Summary
Constructors Constructor Description FloorDecoration(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 intgetFlags()intgetGridX()Gets grid (local) X coordinate of the given object.intgetGridY()Gets grid (local) Y coordinate of the given object.longgetIndex()intgetOrientation()intgetPlane()-
Methods inherited from class org.dreambot.api.wrappers.interactive.GameObject
canReach, distance, distance, distance, exists, getActions, getAdjustToTerrain, getAlternativeIDs, getAnimationID, getAnimationObjectId, getBlockingMask, getBrightness, getComposite, getContrast, getCurrentOrientation, 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
-
Methods inherited from interface org.dreambot.api.wrappers.interactive.Identifiable
getID
-
Methods inherited from interface org.dreambot.api.wrappers.interactive.Locatable
getRegionId
-
-
-
-
Method Detail
-
getIndex
public long getIndex()
- Specified by:
getIndexin classGameObject
-
getPlane
public int getPlane()
- Specified by:
getPlanein classGameObject
-
getFlags
public int getFlags()
- Specified by:
getFlagsin classGameObject
-
getOrientation
public int getOrientation()
- Specified by:
getOrientationin classGameObject
-
getGridX
public int getGridX()
Description copied from interface:LocatableGets grid (local) X coordinate of the given object.- Returns:
- the grid X coordinate of the object.
-
getGridY
public int getGridY()
Description copied from interface:LocatableGets grid (local) Y coordinate of the given object.- Returns:
- the grid Y coordinate of the object.
-
-