From d0a3620c2dc8a22438808f395348c100a183a618 Mon Sep 17 00:00:00 2001 From: Parker Hawke Date: Tue, 1 May 2018 15:27:59 -0400 Subject: Implement Arrow tile methods --- nms-patches/EntityArrow.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'nms-patches') diff --git a/nms-patches/EntityArrow.patch b/nms-patches/EntityArrow.patch index 8da69dc2..3d27615c 100644 --- a/nms-patches/EntityArrow.patch +++ b/nms-patches/EntityArrow.patch @@ -14,6 +14,19 @@ public abstract class EntityArrow extends Entity implements IProjectile { private static final Predicate f = Predicates.and(new Predicate[] { IEntitySelector.e, IEntitySelector.a, new Predicate() { +@@ -17,9 +24,9 @@ + } + }}); + private static final DataWatcherObject g = DataWatcher.a(EntityArrow.class, DataWatcherRegistry.a); +- private int h; +- private int at; +- private int au; ++ public int h; // PAIL: private->public ++ public int at; // PAIL: private->public ++ public int au; // PAIL: private->public + private Block av; + private int aw; + public boolean inGround; @@ -50,6 +57,7 @@ public EntityArrow(World world, EntityLiving entityliving) { this(world, entityliving.locX, entityliving.locY + (double) entityliving.getHeadHeight() - 0.10000000149011612D, entityliving.locZ); -- cgit v1.2.3