net.minecraft.server.command

public class EffectCommand

rx
net.minecraft.class_3043
net.minecraft.server.command.EffectCommand
net.minecraft.command.impl.EffectCommand
net.minecraft.command.impl.EffectCommand

Field summary

Modifier and TypeField
private static final SimpleCommandExceptionType
a
field_13607
COULD_NOT_GIVE_EXCEPTION
field_198361_a
field_198361_a
private static final SimpleCommandExceptionType
b
field_13609
COULD_NOT_CLEAR_EVERYTHING_EXCEPTION
field_198362_b
field_198362_b
private static final SimpleCommandExceptionType
c
field_13608
COULD_NOT_CLEAR_SPECIFIC_EXCEPTION
field_198363_c
field_198363_c

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<cd> arg0)
method_13229(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
func_198353_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int
a(cd arg0, Collection<? extends aif> arg1, ahx arg2, Integer arg3, int arg4, boolean arg5)
method_13227(class_2168 arg0, Collection<? extends class_1297> arg1, class_1291 arg2, Integer arg3, int arg4, boolean arg5)
give(CommandSourceStack source, Collection<? extends Entity> targets, StatusEffect effect, Integer duration, int amplifier, boolean particles)
func_198360_a(CommandSource arg0, Collection<? extends Entity> arg1, Effect arg2, Integer arg3, int arg4, boolean arg5)
addEffect(CommandSource source, Collection<? extends Entity> targets, Effect effect, Integer seconds, int amplifier, boolean showParticles)
private static int
a(cd arg0, Collection<? extends aif> arg1)
method_13230(class_2168 arg0, Collection<? extends class_1297> arg1)
clearAll(CommandSourceStack source, Collection<? extends Entity> targets)
func_198354_a(CommandSource arg0, Collection<? extends Entity> arg1)
clearAllEffects(CommandSource source, Collection<? extends Entity> targets)
private static int
a(cd arg0, Collection<? extends aif> arg1, ahx arg2)
method_13231(class_2168 arg0, Collection<? extends class_1297> arg1, class_1291 arg2)
clear(CommandSourceStack source, Collection<? extends Entity> targets, StatusEffect effect)
func_198355_a(CommandSource arg0, Collection<? extends Entity> arg1, Effect arg2)
clearEffect(CommandSource source, Collection<? extends Entity> targets, Effect effect)