net.minecraft.server.commands

public class EffectCommands

sb
net.minecraft.server.commands.EffectCommands
net.minecraft.class_3043
net.minecraft.unmapped.C_kuttbvlh
net.minecraft.server.command.EffectCommand
net.minecraft.command.impl.EffectCommand
net.minecraft.server.v1_14_R1.CommandEffect

Field summary

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

Method summary

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