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/Entity.patch | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'nms-patches/Entity.patch') diff --git a/nms-patches/Entity.patch b/nms-patches/Entity.patch index 6fa252a0..b5720bb4 100644 --- a/nms-patches/Entity.patch +++ b/nms-patches/Entity.patch @@ -41,15 +41,6 @@ private static final AxisAlignedBB a = new AxisAlignedBB(0.0D, 0.0D, 0.0D, 0.0D, 0.0D, 0.0D); private static int entityCount; private int id; -@@ -55,7 +87,7 @@ - protected Random random; - public int ticksLived; - public int maxFireTicks; -- private int fireTicks; -+ public int fireTicks; // CraftBukkit - public - protected boolean inWater; - public int noDamageTicks; - protected boolean justCreated; @@ -79,6 +111,8 @@ private boolean invulnerable; protected UUID uniqueID; @@ -59,15 +50,6 @@ public int getId() { return this.id; -@@ -137,7 +171,7 @@ - this.dead = true; - } - -- protected void setSize(float f, float f1) { -+ public void setSize(float f, float f1) { // CraftBukkit - public - if (f != this.width || f1 != this.length) { - float f2 = this.width; - @@ -152,6 +186,33 @@ } -- cgit v1.2.3