mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-22 02:25:57 +01:00
fix: remove duplicate and wrong entity controller definition for TippedArrow (#3155)
This commit is contained in:
parent
ebe00ae5c6
commit
0e0e91e106
@ -937,7 +937,6 @@ public class NMSImpl implements NMSBridge {
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPLASH_POTION, ThrownPotionController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SQUID, SquidController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.EXPERIENCE_ORB, ExperienceOrbController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPECTRAL_ARROW, TippedArrowController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.THROWN_EXP_BOTTLE, ThrownExpBottleController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.TRIDENT, ThrownTridentController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.TROPICAL_FISH, TropicalFishController.class);
|
||||
|
@ -954,7 +954,6 @@ public class NMSImpl implements NMSBridge {
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPLASH_POTION, ThrownPotionController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SQUID, SquidController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.EXPERIENCE_ORB, ExperienceOrbController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPECTRAL_ARROW, TippedArrowController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.THROWN_EXP_BOTTLE, ThrownExpBottleController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.TRIDENT, ThrownTridentController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.TROPICAL_FISH, TropicalFishController.class);
|
||||
|
@ -983,7 +983,6 @@ public class NMSImpl implements NMSBridge {
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPLASH_POTION, ThrownPotionController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SQUID, SquidController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.EXPERIENCE_ORB, ExperienceOrbController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPECTRAL_ARROW, TippedArrowController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.THROWN_EXP_BOTTLE, ThrownExpBottleController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.TRIDENT, ThrownTridentController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.TROPICAL_FISH, TropicalFishController.class);
|
||||
|
@ -992,7 +992,6 @@ public class NMSImpl implements NMSBridge {
|
||||
EntityControllers.setEntityControllerForType(EntityType.SQUID, SquidController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.EXPERIENCE_ORB, ExperienceOrbController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.GLOW_SQUID, GlowSquidController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPECTRAL_ARROW, TippedArrowController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.THROWN_EXP_BOTTLE, ThrownExpBottleController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.TRIDENT, ThrownTridentController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.TROPICAL_FISH, TropicalFishController.class);
|
||||
|
@ -999,7 +999,6 @@ public class NMSImpl implements NMSBridge {
|
||||
EntityControllers.setEntityControllerForType(EntityType.SQUID, SquidController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.EXPERIENCE_ORB, ExperienceOrbController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.GLOW_SQUID, GlowSquidController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPECTRAL_ARROW, TippedArrowController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.THROWN_EXP_BOTTLE, ThrownExpBottleController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.TRIDENT, ThrownTridentController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.TROPICAL_FISH, TropicalFishController.class);
|
||||
|
@ -1058,7 +1058,6 @@ public class NMSImpl implements NMSBridge {
|
||||
EntityControllers.setEntityControllerForType(EntityType.SQUID, SquidController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.EXPERIENCE_ORB, ExperienceOrbController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.GLOW_SQUID, GlowSquidController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPECTRAL_ARROW, TippedArrowController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.THROWN_EXP_BOTTLE, ThrownExpBottleController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.TRIDENT, ThrownTridentController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.TROPICAL_FISH, TropicalFishController.class);
|
||||
|
@ -1084,7 +1084,6 @@ public class NMSImpl implements NMSBridge {
|
||||
EntityControllers.setEntityControllerForType(EntityType.SNOW_GOLEM, SnowmanController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SNOWBALL, SnowballController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPECTRAL_ARROW, SpectralArrowController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPECTRAL_ARROW, TippedArrowController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPIDER, SpiderController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SQUID, SquidController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.STRAY, SkeletonStrayController.class);
|
||||
|
@ -1063,7 +1063,6 @@ public class NMSImpl implements NMSBridge {
|
||||
EntityControllers.setEntityControllerForType(EntityType.SNOW_GOLEM, SnowmanController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SNOWBALL, SnowballController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPECTRAL_ARROW, SpectralArrowController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPECTRAL_ARROW, TippedArrowController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SPIDER, SpiderController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.SQUID, SquidController.class);
|
||||
EntityControllers.setEntityControllerForType(EntityType.STRAY, SkeletonStrayController.class);
|
||||
|
Loading…
Reference in New Issue
Block a user