Class ScriptDefinition

java.lang.Object
org.rspeer.game.adapter.definition.Definition
org.rspeer.game.adapter.definition.ScriptDefinition

public class ScriptDefinition extends Definition
  • Constructor Details

    • ScriptDefinition

      public ScriptDefinition(int id)
  • Method Details

    • decode

      public void decode(org.rspeer.cache.util.Buffer buffer)
      Overrides:
      decode in class Definition
    • decode

      public void decode(org.rspeer.cache.util.Buffer buffer, int op)
      Specified by:
      decode in class Definition
    • postDecode

      public void postDecode()
      Specified by:
      postDecode in class Definition
    • getInstructions

      public int[] getInstructions()
    • getIntOperands

      public int[] getIntOperands()
    • getStringOperands

      public String[] getStringOperands()
    • getLocalIntCount

      public int getLocalIntCount()
    • getLocalStringCount

      public int getLocalStringCount()
    • getIntStackCount

      public int getIntStackCount()
    • getStringStackCount

      public int getStringStackCount()
    • getSwitches

      public Map<Integer,Integer>[] getSwitches()