Class ParticleCommand


  • public class ParticleCommand
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_FAILED  
    • Constructor Summary

      Constructors 
      Constructor Description
      ParticleCommand()  
    • Field Detail

      • ERROR_FAILED

        private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType ERROR_FAILED
    • Constructor Detail

      • ParticleCommand

        public ParticleCommand()
    • Method Detail

      • register

        public static void register​(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198563_0_)
      • sendParticles

        private static int sendParticles​(CommandSource p_198564_0_,
                                         IParticleData p_198564_1_,
                                         Vector3d p_198564_2_,
                                         Vector3d p_198564_3_,
                                         float p_198564_4_,
                                         int p_198564_5_,
                                         boolean p_198564_6_,
                                         java.util.Collection<ServerPlayerEntity> p_198564_7_)
                                  throws com.mojang.brigadier.exceptions.CommandSyntaxException
        Throws:
        com.mojang.brigadier.exceptions.CommandSyntaxException