Uses of Class
com.allatori.annotations.DoNotRename
-
Packages that use DoNotRename Package Description org.rspeer.game org.rspeer.game.combat org.rspeer.game.component org.rspeer.game.script org.rspeer.game.web -
-
Uses of DoNotRename in org.rspeer.game
Classes in org.rspeer.game with annotations of type DoNotRename Modifier and Type Class Description static class
Combat.AttackStyle
Deprecated.static class
Combat.WeaponType
Deprecated.static class
Game.ScriptExecutor
static class
Vars.Type
Anenum
representing the different types ofvars
that the game hasMethods in org.rspeer.game with annotations of type DoNotRename Modifier and Type Method Description static void
Game.ScriptExecutor. fire(int id, Object... args)
Fires aRSScriptEvent
static void
Game.ScriptExecutor. fire(ScriptComposite composite, Object... args)
static int
Game.ScriptExecutor. fireAndPopIntStack(ScriptComposite composite, Object... args)
static String
Game.ScriptExecutor. fireAndPopStringStack(ScriptComposite composite, Object... args)
String
Combat.AttackStyle. getName()
Skill[]
Combat.AttackStyle. getSkills()
-
Uses of DoNotRename in org.rspeer.game.combat
Classes in org.rspeer.game.combat with annotations of type DoNotRename Modifier and Type Class Description static class
Combat.AttackStyle
static class
Combat.WeaponType
Methods in org.rspeer.game.combat with annotations of type DoNotRename Modifier and Type Method Description String
Combat.AttackStyle. getName()
Skill[]
Combat.AttackStyle. getSkills()
-
Uses of DoNotRename in org.rspeer.game.component
Classes in org.rspeer.game.component with annotations of type DoNotRename Modifier and Type Class Description static class
Dialog.Mode
static class
Dialog.Quick
Methods in org.rspeer.game.component with annotations of type DoNotRename Modifier and Type Method Description static void
Dialog.Quick. process(InterfaceAddress... addresses)
-
Uses of DoNotRename in org.rspeer.game.script
Classes in org.rspeer.game.script with annotations of type DoNotRename Modifier and Type Class Description static class
Script.State
-
Uses of DoNotRename in org.rspeer.game.web
Classes in org.rspeer.game.web with annotations of type DoNotRename Modifier and Type Class Description class
Web
-