Package net.minecraft.server.command
Class ParticleCommand
java.lang.Object
net.minecraft.server.command.ParticleCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/ParticleCommandintermediary net/minecraft/class_3089official ano
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecute(ServerCommandSource source, ParticleEffect parameters, Vec3d pos, Vec3d delta, float speed, int count, boolean force, Collection<ServerPlayerEntity> viewers) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)  
- 
Field Details
- 
FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType FAILED_EXCEPTION- Mappings:
 Namespace Name Mixin selector named FAILED_EXCEPTIONLnet/minecraft/server/command/ParticleCommand;FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13673Lnet/minecraft/class_3089;field_13673:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official aLano;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 - 
 - 
Constructor Details
- 
ParticleCommand
public ParticleCommand() 
 - 
 - 
Method Details
- 
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess) - Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/ParticleCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)Vintermediary method_13486Lnet/minecraft/class_3089;method_13486(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)Vofficial aLano;a(Lcom/mojang/brigadier/CommandDispatcher;Lep;)V
 - 
execute
private static int execute(ServerCommandSource source, ParticleEffect parameters, Vec3d pos, Vec3d delta, float speed, int count, boolean force, Collection<ServerPlayerEntity> viewers) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named executeLnet/minecraft/server/command/ParticleCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/particle/ParticleEffect;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/util/math/Vec3d;FIZLjava/util/Collection;)Iintermediary method_13491Lnet/minecraft/class_3089;method_13491(Lnet/minecraft/class_2168;Lnet/minecraft/class_2394;Lnet/minecraft/class_243;Lnet/minecraft/class_243;FIZLjava/util/Collection;)Iofficial aLano;a(Let;Llk;Lexc;Lexc;FIZLjava/util/Collection;)I
 
 -