1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-18 01:42:32 +01:00
This commit is contained in:
bm01
2012-07-03 03:40:12 +02:00
parent 1bbc1f28aa
commit 7799acec05

View File

@@ -29,6 +29,10 @@ public class TrackedEntity implements Runnable {
return true;
}
public LivingEntity getLivingEntity() {
return livingEntity;
}
public int getArrowCount() {
return arrowCount;
}