Add implementation of the elder Guardian API

This commit is contained in:
md_5
2014-12-12 10:56:20 +11:00
parent 3b1c7d708e
commit 9fa497cd55
5 changed files with 81 additions and 4 deletions

View File

@@ -50,6 +50,16 @@
public int getId() {
return this.id;
@@ -135,7 +169,8 @@
this.dead = true;
}
- protected void a(float f, float f1) {
+ // PAIL: Access + rename please
+ public void a(float f, float f1) { // CraftBukkit - protected to public
if (f != this.width || f1 != this.length) {
float f2 = this.width;
@@ -150,6 +184,33 @@
}