Add implementation of the elder Guardian API

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2014-12-12 10:56:20 +11:00
parent 4a6bb1a983
commit c2571d4821
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 @@
}