mirror of
https://github.com/2006-Scape/Parabot-317-API-Minified.git
synced 2026-07-05 08:39:31 +00:00
Changed package
This commit is contained in:
@@ -0,0 +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();
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user