Package net.runelite.cache.definitions
Class FramemapDefinition
- java.lang.Object
-
- net.runelite.cache.definitions.FramemapDefinition
-
public class FramemapDefinition extends Object
-
-
Constructor Summary
Constructors Constructor Description FramemapDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)int[][]getFrameMaps()intgetId()intgetLength()int[]getTypes()inthashCode()voidsetFrameMaps(int[][] frameMaps)voidsetId(int id)voidsetLength(int length)voidsetTypes(int[] types)StringtoString()
-
-
-
Method Detail
-
getId
public int getId()
-
getTypes
public int[] getTypes()
-
getFrameMaps
public int[][] getFrameMaps()
-
getLength
public int getLength()
-
setId
public void setId(int id)
-
setTypes
public void setTypes(int[] types)
-
setFrameMaps
public void setFrameMaps(int[][] frameMaps)
-
setLength
public void setLength(int length)
-
canEqual
protected boolean canEqual(Object other)
-
-