Package net.minecraft.command.impl
Class ParticleCommand
- java.lang.Object
-
- net.minecraft.command.impl.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()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
register(com.mojang.brigadier.CommandDispatcher<CommandSource> p_198563_0_)
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_)
-
-
-
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
-
-