Package net.minecraft.server.command
Class EffectCommand
java.lang.Object
net.minecraft.server.command.EffectCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/EffectCommandintermediary net/minecraft/class_3043official amq
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeprivate static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecuteClear(ServerCommandSource source, Collection<? extends Entity> targets) private static intexecuteClear(ServerCommandSource source, Collection<? extends Entity> targets, RegistryEntry<StatusEffect> statusEffect) private static intexecuteGive(ServerCommandSource source, Collection<? extends Entity> targets, RegistryEntry<StatusEffect> statusEffect, @Nullable Integer seconds, int amplifier, boolean showParticles) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess)  
- 
Field Details
- 
GIVE_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType GIVE_FAILED_EXCEPTION- Mappings:
 Namespace Name Mixin selector named GIVE_FAILED_EXCEPTIONLnet/minecraft/server/command/EffectCommand;GIVE_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13607Lnet/minecraft/class_3043;field_13607:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official aLamq;a:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 - 
CLEAR_EVERYTHING_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType CLEAR_EVERYTHING_FAILED_EXCEPTION- Mappings:
 Namespace Name Mixin selector named CLEAR_EVERYTHING_FAILED_EXCEPTIONLnet/minecraft/server/command/EffectCommand;CLEAR_EVERYTHING_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13609Lnet/minecraft/class_3043;field_13609:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official bLamq;b:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 - 
CLEAR_SPECIFIC_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType CLEAR_SPECIFIC_FAILED_EXCEPTION- Mappings:
 Namespace Name Mixin selector named CLEAR_SPECIFIC_FAILED_EXCEPTIONLnet/minecraft/server/command/EffectCommand;CLEAR_SPECIFIC_FAILED_EXCEPTION:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_13608Lnet/minecraft/class_3043;field_13608:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;official cLamq;c:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
 
 - 
 - 
Constructor Details
- 
EffectCommand
public EffectCommand() 
 - 
 - 
Method Details
- 
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher, CommandRegistryAccess registryAccess) - Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/EffectCommand;register(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/command/CommandRegistryAccess;)Vintermediary method_13229Lnet/minecraft/class_3043;method_13229(Lcom/mojang/brigadier/CommandDispatcher;Lnet/minecraft/class_7157;)Vofficial aLamq;a(Lcom/mojang/brigadier/CommandDispatcher;Lep;)V
 - 
executeGive
private static int executeGive(ServerCommandSource source, Collection<? extends Entity> targets, RegistryEntry<StatusEffect> statusEffect, @Nullable @Nullable Integer seconds, int amplifier, boolean showParticles) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named executeGiveLnet/minecraft/server/command/EffectCommand;executeGive(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/registry/entry/RegistryEntry;Ljava/lang/Integer;IZ)Iintermediary method_13227Lnet/minecraft/class_3043;method_13227(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_6880;Ljava/lang/Integer;IZ)Iofficial aLamq;a(Let;Ljava/util/Collection;Ljm;Ljava/lang/Integer;IZ)I
 - 
executeClear
private static int executeClear(ServerCommandSource source, Collection<? extends Entity> targets) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named executeClearLnet/minecraft/server/command/EffectCommand;executeClear(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)Iintermediary method_13230Lnet/minecraft/class_3043;method_13230(Lnet/minecraft/class_2168;Ljava/util/Collection;)Iofficial aLamq;a(Let;Ljava/util/Collection;)I
 - 
executeClear
private static int executeClear(ServerCommandSource source, Collection<? extends Entity> targets, RegistryEntry<StatusEffect> statusEffect) throws com.mojang.brigadier.exceptions.CommandSyntaxException - Throws:
 com.mojang.brigadier.exceptions.CommandSyntaxException- Mappings:
 Namespace Name Mixin selector named executeClearLnet/minecraft/server/command/EffectCommand;executeClear(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/registry/entry/RegistryEntry;)Iintermediary method_13231Lnet/minecraft/class_3043;method_13231(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_6880;)Iofficial aLamq;a(Let;Ljava/util/Collection;Ljm;)I
 
 -