Trustmybet Posted February 22, 2014 Share Posted February 22, 2014 Hacks Quote Link to comment Share on other sites More sharing options...
Kittens Posted February 22, 2014 Share Posted February 22, 2014 you dont know difference between a class and a enum. remove scripter rank 1 Quote Link to comment Share on other sites More sharing options...
Administrator Maldesto Posted February 22, 2014 Author Administrator Share Posted February 22, 2014 you dont know difference between a class and a enum. remove scripter rank public enum Direction { ENUM_UP(0, -1), ENUM_DOWN(0, 1), ENUM_RIGHT(1, 0), ENUM_LEFT(-1, 0); private int x; private int y; private Direction(int x, int y){ this.x = x; this.y = y; } public int getEnumX(){ return x; } public int getEnumY(){ return y; } } public class Direction{ public static final Direction UP = new Direction(0, -1) ; public static final Direction DOWN = new Direction(0, 1) ; public static final Direction LEFT = new Direction(-1, 0) ; public static final Direction RIGHT = new Direction(1, 0) ; private int x ; private int y ; private Direction(int x, int y){ this.x = x ; this.y = y ; } public int getX(){ return x; } public int getY(){ return y; } } 1 Quote Link to comment Share on other sites More sharing options...
Search Posted February 22, 2014 Share Posted February 22, 2014 lol Quote Link to comment Share on other sites More sharing options...
Extreme Scripts Posted February 22, 2014 Share Posted February 22, 2014 LOL this made me crease Quote Link to comment Share on other sites More sharing options...
Kittens Posted February 22, 2014 Share Posted February 22, 2014 public enum Direction { ENUM_UP(0, -1), ENUM_DOWN(0, 1), ENUM_RIGHT(1, 0), ENUM_LEFT(-1, 0); private int x; private int y; private Direction(int x, int y){ this.x = x; this.y = y; } public int getEnumX(){ return x; } public int getEnumY(){ return y; } } public class Direction{ public static final Direction UP = new Direction(0, -1) ; public static final Direction DOWN = new Direction(0, 1) ; public static final Direction LEFT = new Direction(-1, 0) ; public static final Direction RIGHT = new Direction(1, 0) ; private int x ; private int y ; private Direction(int x, int y){ this.x = x ; this.y = y ; } public int getX(){ return x; } public int getY(){ return y; } } SUCH WOW I expect you to write a script then. Quote Link to comment Share on other sites More sharing options...
Han Posted February 22, 2014 Share Posted February 22, 2014 SUCH WOW I expect you to write a script then. I'd love to see this actually. Quote Link to comment Share on other sites More sharing options...
kelton Posted February 22, 2014 Share Posted February 22, 2014 0_o Quote Link to comment Share on other sites More sharing options...
Timekeeper Posted February 22, 2014 Share Posted February 22, 2014 No trial mod pip? Peasant Quote Link to comment Share on other sites More sharing options...
RoomScape Posted February 22, 2014 Share Posted February 22, 2014 No trial mod pip? PeasantJust goes to show you that it's being removed. Quote Link to comment Share on other sites More sharing options...