Package net.runelite.cache.definitions
Class MapDefinition.Tile
- java.lang.Object
-
- net.runelite.cache.definitions.MapDefinition.Tile
-
- Enclosing class:
- MapDefinition
public static class MapDefinition.Tile extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intattrOpcodeIntegerheightshortoverlayIdbyteoverlayPathbyteoverlayRotationbytesettingsshortunderlayId
-
Constructor Summary
Constructors Constructor Description Tile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)intgetAttrOpcode()IntegergetHeight()shortgetOverlayId()bytegetOverlayPath()bytegetOverlayRotation()bytegetSettings()shortgetUnderlayId()inthashCode()voidsetAttrOpcode(int attrOpcode)voidsetHeight(Integer height)voidsetOverlayId(short overlayId)voidsetOverlayPath(byte overlayPath)voidsetOverlayRotation(byte overlayRotation)voidsetSettings(byte settings)voidsetUnderlayId(short underlayId)StringtoString()
-
-
-
Field Detail
-
height
public Integer height
-
attrOpcode
public int attrOpcode
-
settings
public byte settings
-
overlayId
public short overlayId
-
overlayPath
public byte overlayPath
-
overlayRotation
public byte overlayRotation
-
underlayId
public short underlayId
-
-
Method Detail
-
getHeight
public Integer getHeight()
-
getAttrOpcode
public int getAttrOpcode()
-
getSettings
public byte getSettings()
-
getOverlayId
public short getOverlayId()
-
getOverlayPath
public byte getOverlayPath()
-
getOverlayRotation
public byte getOverlayRotation()
-
getUnderlayId
public short getUnderlayId()
-
setHeight
public void setHeight(Integer height)
-
setAttrOpcode
public void setAttrOpcode(int attrOpcode)
-
setSettings
public void setSettings(byte settings)
-
setOverlayId
public void setOverlayId(short overlayId)
-
setOverlayPath
public void setOverlayPath(byte overlayPath)
-
setOverlayRotation
public void setOverlayRotation(byte overlayRotation)
-
setUnderlayId
public void setUnderlayId(short underlayId)
-
canEqual
protected boolean canEqual(Object other)
-
-