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 java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description intattrOpcodejava.lang.IntegerheightshortoverlayIdbyteoverlayPathbyteoverlayRotationbytesettingsshortunderlayId
-
Constructor Summary
Constructors Constructor Description Tile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)intgetAttrOpcode()java.lang.IntegergetHeight()shortgetOverlayId()bytegetOverlayPath()bytegetOverlayRotation()bytegetSettings()shortgetUnderlayId()inthashCode()voidsetAttrOpcode(int attrOpcode)voidsetHeight(java.lang.Integer height)voidsetOverlayId(short overlayId)voidsetOverlayPath(byte overlayPath)voidsetOverlayRotation(byte overlayRotation)voidsetSettings(byte settings)voidsetUnderlayId(short underlayId)java.lang.StringtoString()
-
-
-
Method Detail
-
getHeight
public java.lang.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(java.lang.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)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-