net.minecraft.server.command

public class EffectCommand

wu
net.minecraft.server.commands.EffectCommands
net.minecraft.class_3043
net.minecraft.server.command.EffectCommand
net.minecraft.unmapped.C_kuttbvlh
net.minecraft.command.impl.EffectCommand
net.minecraft.command.impl.EffectCommand

Field summary

Modifier and TypeField
private static final SimpleCommandExceptionType
a
ERROR_GIVE_FAILED
field_13607
GIVE_FAILED_EXCEPTION
f_ibkpvekp
field_198361_a
GIVE_FAILED_EXCEPTION
private static final SimpleCommandExceptionType
b
ERROR_CLEAR_EVERYTHING_FAILED
field_13609
CLEAR_EVERYTHING_FAILED_EXCEPTION
f_svdlmkad
field_198362_b
CLEAR_EVERYTHING_FAILED_EXCEPTION
private static final SimpleCommandExceptionType
c
ERROR_CLEAR_SPECIFIC_FAILED
field_13608
CLEAR_SPECIFIC_FAILED_EXCEPTION
f_jujmauyc
field_198363_c
CLEAR_SPECIFIC_FAILED_EXCEPTION

Method summary

Modifier and TypeMethod
public static void
a(CommandDispatcher<db> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> arg0)
method_13229(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
m_ycitogtd(com.mojang.brigadier.CommandDispatcher<C_pennblrk> arg0)
func_198353_a(com.mojang.brigadier.CommandDispatcher<CommandSource> arg0)
register(com.mojang.brigadier.CommandDispatcher<CommandSource> dispatcher)
private static int
a(db arg0, Collection<? extends apx> arg1, app arg2, Integer arg3, int arg4, boolean arg5)
giveEffect(CommandSourceStack arg0, Collection<? extends Entity> arg1, MobEffect 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)
executeGive(ServerCommandSource source, Collection<? extends Entity> targets, StatusEffect effect, Integer seconds, int amplifier, boolean showParticles)
m_hnzhqvkc(C_pennblrk arg0, Collection<? extends C_astfners> arg1, C_jaqasomh arg2, Integer arg3, int arg4, boolean arg5)
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(db arg0, Collection<? extends apx> arg1)
clearEffects(CommandSourceStack arg0, Collection<? extends Entity> arg1)
method_13230(class_2168 arg0, Collection<? extends class_1297> arg1)
executeClear(ServerCommandSource source, Collection<? extends Entity> targets)
m_oihtvpse(C_pennblrk arg0, Collection<? extends C_astfners> arg1)
func_198354_a(CommandSource arg0, Collection<? extends Entity> arg1)
clearAllEffects(CommandSource source, Collection<? extends Entity> targets)
private static int
a(db arg0, Collection<? extends apx> arg1, app arg2)
clearEffect(CommandSourceStack arg0, Collection<? extends Entity> arg1, MobEffect arg2)
method_13231(class_2168 arg0, Collection<? extends class_1297> arg1, class_1291 arg2)
executeClear(ServerCommandSource source, Collection<? extends Entity> targets, StatusEffect effect)
m_zokhhpee(C_pennblrk arg0, Collection<? extends C_astfners> arg1, C_jaqasomh arg2)
func_198355_a(CommandSource arg0, Collection<? extends Entity> arg1, Effect arg2)
clearEffect(CommandSource source, Collection<? extends Entity> targets, Effect effect)