From a65e45d889c1f040e1921eb84903af915df512db Mon Sep 17 00:00:00 2001 From: md_5 Date: Sat, 6 Jun 2015 19:33:48 +1000 Subject: [SPIGOT-946] Begin making use of access transforms to simplify patching. --- nms-patches/EntitySlime.patch | 9 --------- 1 file changed, 9 deletions(-) (limited to 'nms-patches/EntitySlime.patch') diff --git a/nms-patches/EntitySlime.patch b/nms-patches/EntitySlime.patch index 519991cf..2e3333d6 100644 --- a/nms-patches/EntitySlime.patch +++ b/nms-patches/EntitySlime.patch @@ -10,15 +10,6 @@ public class EntitySlime extends EntityInsentient implements IMonster { public float a; -@@ -23,7 +27,7 @@ - this.datawatcher.a(16, Byte.valueOf((byte) 1)); - } - -- protected void setSize(int i) { -+ public void setSize(int i) { // CraftBukkit - public - this.datawatcher.watch(16, Byte.valueOf((byte) i)); - this.setSize(0.51000005F * (float) i, 0.51000005F * (float) i); - this.setPosition(this.locX, this.locY, this.locZ); @@ -133,6 +137,18 @@ if (!this.world.isClientSide && i > 1 && this.getHealth() <= 0.0F) { int j = 2 + this.random.nextInt(3); -- cgit v1.2.3