RS-Client: Refactoring (also gradle compiler args) (#1236)
* gradle: compiler args for mixins/rs-client * rs-client: yes * rs-client: no
This commit is contained in:
@@ -155,6 +155,8 @@ public enum MenuAction
|
||||
WIDGET_TYPE_5(29),
|
||||
/**
|
||||
* Interaction with widget (type 6).
|
||||
*
|
||||
* This is the continue button on message boxes
|
||||
*/
|
||||
WIDGET_TYPE_6(30),
|
||||
/**
|
||||
|
||||
@@ -35,10 +35,12 @@ public final class WidgetType
|
||||
public static final int TEXT_INVENTORY = 7;
|
||||
public static final int IF1_TOOLTIP = 8;
|
||||
public static final int LINE = 9;
|
||||
public static final int EQUIPMENT_SCREEN_MODEL = 328;
|
||||
public static final int FPS = 1336;
|
||||
public static final int VIEWPORT = 1337;
|
||||
public static final int MINIMAP = 1338;
|
||||
public static final int COMPASS = 1339;
|
||||
public static final int WORLD_MAP = 1400;
|
||||
public static final int WORLD_MAP_OVERVIEW = 1401;
|
||||
public static final int LOGIN_SCREEN_FIRE = 1402;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user