Class ScriptDefinition
java.lang.Object
org.rspeer.game.adapter.definition.Definition
org.rspeer.game.adapter.definition.ScriptDefinition
-
Constructor Details
-
ScriptDefinition
public ScriptDefinition(int id)
-
-
Method Details
-
decode
public void decode(org.rspeer.cache.util.Buffer buffer) - Overrides:
decodein classDefinition
-
decode
public void decode(org.rspeer.cache.util.Buffer buffer, int op) - Specified by:
decodein classDefinition
-
postDecode
public void postDecode()- Specified by:
postDecodein classDefinition
-
getInstructions
public int[] getInstructions() -
getIntOperands
public int[] getIntOperands() -
getStringOperands
-
getLocalIntCount
public int getLocalIntCount() -
getLocalStringCount
public int getLocalStringCount() -
getIntStackCount
public int getIntStackCount() -
getStringStackCount
public int getStringStackCount() -
getSwitches
-