summaryrefslogtreecommitdiffstats
path: root/nms-patches/Entity.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2014-12-12 10:56:20 +1100
committermd_5 <git@md-5.net>2014-12-12 10:57:00 +1100
commit9fa497cd5568f2c232ef19f6c085dcca1a971ce0 (patch)
tree8f1c0681608788d8b31e7f54a793e8c07c91adeb /nms-patches/Entity.patch
parent3b1c7d708e8b96da537b7a68867773329056cd75 (diff)
downloadcraftbukkit-9fa497cd5568f2c232ef19f6c085dcca1a971ce0.tar
craftbukkit-9fa497cd5568f2c232ef19f6c085dcca1a971ce0.tar.gz
craftbukkit-9fa497cd5568f2c232ef19f6c085dcca1a971ce0.tar.lz
craftbukkit-9fa497cd5568f2c232ef19f6c085dcca1a971ce0.tar.xz
craftbukkit-9fa497cd5568f2c232ef19f6c085dcca1a971ce0.zip
Add implementation of the elder Guardian API
Diffstat (limited to 'nms-patches/Entity.patch')
-rw-r--r--nms-patches/Entity.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/nms-patches/Entity.patch b/nms-patches/Entity.patch
index 610ffd47..4fcba5c0 100644
--- a/nms-patches/Entity.patch
+++ b/nms-patches/Entity.patch
@@ -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 @@
}