Uses of Class
net.runelite.cache.definitions.ClientScript1Instruction.Opcode
-
Packages that use ClientScript1Instruction.Opcode Package Description net.runelite.cache.definitions -
-
Uses of ClientScript1Instruction.Opcode in net.runelite.cache.definitions
Fields in net.runelite.cache.definitions declared as ClientScript1Instruction.Opcode Modifier and Type Field Description ClientScript1Instruction.OpcodeClientScript1Instruction. opcodeMethods in net.runelite.cache.definitions that return ClientScript1Instruction.Opcode Modifier and Type Method Description ClientScript1Instruction.OpcodeClientScript1Instruction. getOpcode()static ClientScript1Instruction.OpcodeClientScript1Instruction.Opcode. valueOf(String name)Returns the enum constant of this type with the specified name.static ClientScript1Instruction.Opcode[]ClientScript1Instruction.Opcode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.runelite.cache.definitions with parameters of type ClientScript1Instruction.Opcode Modifier and Type Method Description voidClientScript1Instruction. setOpcode(ClientScript1Instruction.Opcode opcode)
-