Implement SpectralArrow#getGlowingTicks and SpectralArrow#setGlowingTicks(int)
By: Matthew <stteg@hotmail.com>
This commit is contained in:
11
paper-server/nms-patches/EntitySpectralArrow.patch
Normal file
11
paper-server/nms-patches/EntitySpectralArrow.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/net/minecraft/server/EntitySpectralArrow.java
|
||||
+++ b/net/minecraft/server/EntitySpectralArrow.java
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
public class EntitySpectralArrow extends EntityArrow {
|
||||
|
||||
- private int f = 200;
|
||||
+ public int f = 200; // PAIL: private to public
|
||||
|
||||
public EntitySpectralArrow(World world) {
|
||||
super(world);
|
||||
Reference in New Issue
Block a user