Never again shall I haz protected watchers
This commit is contained in:
		| @@ -4,7 +4,7 @@ import me.libraryaddict.disguise.DisguiseTypes.FlagWatcher; | ||||
|  | ||||
| public class ArrowWatcher extends FlagWatcher { | ||||
|  | ||||
|     protected ArrowWatcher(int entityId) { | ||||
|     public ArrowWatcher(int entityId) { | ||||
|         super(entityId); | ||||
|         setValue(16, (byte) 0); | ||||
|     } | ||||
|   | ||||
| @@ -2,7 +2,7 @@ package me.libraryaddict.disguise.DisguiseTypes.Watchers; | ||||
|  | ||||
| public class BatWatcher extends LivingWatcher { | ||||
|  | ||||
|     protected BatWatcher(int entityId) { | ||||
|     public BatWatcher(int entityId) { | ||||
|         super(entityId); | ||||
|         setValue(16, (byte) 1); | ||||
|     } | ||||
|   | ||||
| @@ -7,7 +7,7 @@ import me.libraryaddict.disguise.DisguiseTypes.FlagWatcher; | ||||
|  | ||||
| public class ItemFrameWatcher extends FlagWatcher { | ||||
|  | ||||
|     protected ItemFrameWatcher(int entityId) { | ||||
|     public ItemFrameWatcher(int entityId) { | ||||
|         super(entityId); | ||||
|         setValue(2, 5); | ||||
|         setValue(3, (byte) 0); | ||||
|   | ||||
| @@ -4,7 +4,7 @@ import me.libraryaddict.disguise.DisguiseTypes.FlagWatcher; | ||||
|  | ||||
| public abstract class MinecartAbstractWatcher extends FlagWatcher { | ||||
|  | ||||
|     protected MinecartAbstractWatcher(int entityId) { | ||||
|     public MinecartAbstractWatcher(int entityId) { | ||||
|         super(entityId); | ||||
|         setValue(16, (byte) 0); | ||||
|         setValue(17, 0); | ||||
|   | ||||
| @@ -2,7 +2,7 @@ package me.libraryaddict.disguise.DisguiseTypes.Watchers; | ||||
|  | ||||
| public class SkeletonWatcher extends LivingWatcher { | ||||
|  | ||||
|     protected SkeletonWatcher(int entityId) { | ||||
|     public SkeletonWatcher(int entityId) { | ||||
|         super(entityId); | ||||
|         setValue(13, (byte) 0); | ||||
|     } | ||||
|   | ||||
| @@ -2,7 +2,7 @@ package me.libraryaddict.disguise.DisguiseTypes.Watchers; | ||||
|  | ||||
| public class WitherSkeletonWatcher extends LivingWatcher { | ||||
|  | ||||
|     protected WitherSkeletonWatcher(int entityId) { | ||||
|     public WitherSkeletonWatcher(int entityId) { | ||||
|         super(entityId); | ||||
|         setValue(13, (byte) 1); | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user