Package net.runelite.cache.definitions
Class ClientScript1Instruction
- java.lang.Object
-
- net.runelite.cache.definitions.ClientScript1Instruction
-
public class ClientScript1Instruction extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classClientScript1Instruction.Opcode
-
Field Summary
Fields Modifier and Type Field Description ClientScript1Instruction.Opcodeopcodeint[]operands
-
Constructor Summary
Constructors Constructor Description ClientScript1Instruction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)ClientScript1Instruction.OpcodegetOpcode()int[]getOperands()inthashCode()voidsetOpcode(ClientScript1Instruction.Opcode opcode)voidsetOperands(int[] operands)StringtoString()
-
-
-
Field Detail
-
opcode
public ClientScript1Instruction.Opcode opcode
-
operands
public int[] operands
-
-
Method Detail
-
getOpcode
public ClientScript1Instruction.Opcode getOpcode()
-
getOperands
public int[] getOperands()
-
setOpcode
public void setOpcode(ClientScript1Instruction.Opcode opcode)
-
setOperands
public void setOperands(int[] operands)
-
canEqual
protected boolean canEqual(Object other)
-
-