Re-arranged code

This commit is contained in:
JKetelaar
2014-08-19 03:08:07 +02:00
parent d19933b14f
commit 88050384f8
54 changed files with 2867 additions and 2843 deletions
+14 -14
View File
@@ -1,20 +1,20 @@
package org.rev317.min.accessors;
public interface Character {
public int getX();
public int getY();
public int getAnimation();
public int getLoopCycleStatus();
public int getCurrentHealth();
public int getMaxHealth();
public int getInteractingEntity();
public int getX();
public int getY();
public int getAnimation();
public int getLoopCycleStatus();
public int getCurrentHealth();
public int getMaxHealth();
public int getInteractingEntity();
public boolean isLoggedIn();
}