net.minecraft.server.command

public class EffectCommand

qj
net.minecraft.class_4416
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_21725
COULD_NOT_GIVE_EXCEPTION
field_198361_a
GIVE_FAILED_EXCEPTION
private static final SimpleCommandExceptionType
b
field_21726
COULD_NOT_CLEAR_EVERYTHING_EXCEPTION
field_198362_b
CLEAR_EVERYTHING_FAILED_EXCEPTION
private static final SimpleCommandExceptionType
c
field_21727
COULD_NOT_CLEAR_SPECIFIC_EXCEPTION
field_198363_c
CLEAR_SPECIFIC_FAILED_EXCEPTION

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<bu> arg0)
method_20667(com.mojang.brigadier.CommandDispatcher<class_3915> 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(bu arg0, Collection<? extends aer> arg1, aej arg2, Integer arg3, int arg4, boolean arg5)
method_20666(class_3915 arg0, Collection<? extends class_864> arg1, class_860 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, Potion arg2, Integer arg3, int arg4, boolean arg5)
addEffect(CommandSource source, Collection<? extends Entity> targets, Potion effect, Integer seconds, int amplifier, boolean showParticles)
private static int
a(bu arg0, Collection<? extends aer> arg1)
method_20664(class_3915 arg0, Collection<? extends class_864> 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(bu arg0, Collection<? extends aer> arg1, aej arg2)
method_20665(class_3915 arg0, Collection<? extends class_864> arg1, class_860 arg2)
clear(CommandSourceStack source, Collection<? extends Entity> targets, StatusEffect effect)
func_198355_a(CommandSource arg0, Collection<? extends Entity> arg1, Potion arg2)
clearEffect(CommandSource source, Collection<? extends Entity> targets, Potion effect)