net.minecraft.server.command

public class PostEffectCommand

net.minecraft.server.commands.PostEffectCommand
net.minecraft.class_1_1246
net.minecraft.server.command.PostEffectCommand

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_ADD_FAILED
field_1_8588
ADD_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_CLEAR_FAILED
field_1_8589
CLEAR_FAILED_EXCEPTION
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
ERROR_REMOVE_FAILED
field_1_8590
REMOVE_FAILED_EXCEPTION
private static final ElementAggregator$Reporter1<ServerPlayerEntity, Identifier>
RESPONSE_ADD
field_1_8591
ADD_REPORTER
private static final ElementAggregator$Reporter<ServerPlayerEntity>
RESPONSE_CLEAR
field_1_8592
CLEAR_REPORTER
private static final ElementAggregator$Reporter1<ServerPlayerEntity, Identifier>
RESPONSE_REMOVE
field_1_8593
REMOVE_REPORTER

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_1_7884(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
addPostEffect(CommandSourceStack source, Collection<ServerPlayer> players, Identifier posteffect)
method_1_7869(class_2168 arg0, Collection<class_3222> arg1, class_2960 arg2)
executeAdd(ServerCommandSource source, Collection<ServerPlayerEntity> players, Identifier effect)
private static int
clearPostEffect(CommandSourceStack source, Collection<ServerPlayer> players)
method_1_7870(class_2168 arg0, Collection<class_3222> arg1)
executeClear(ServerCommandSource source, Collection<ServerPlayerEntity> players)
private static int
listPostEffects(CommandSourceStack source, ServerPlayer player)
method_1_7883(class_2168 arg0, class_3222 arg1)
executeList(ServerCommandSource source, ServerPlayerEntity players)
private static int
removePostEffect(CommandSourceStack source, Collection<ServerPlayer> players, Identifier posteffect)
method_1_7885(class_2168 arg0, Collection<class_3222> arg1, class_2960 arg2)
executeRemove(ServerCommandSource source, Collection<ServerPlayerEntity> players, Identifier effect)
private static Text
lambda$listPostEffects$1(ServerPlayer arg0, List arg1, String arg2)
method_1_7872(class_3222 arg0, List arg1, String arg2)
method_1_7872(ServerPlayerEntity arg0, List arg1, String arg2)
private static Text
lambda$listPostEffects$0(ServerPlayer arg0)
method_1_7871(class_3222 arg0)
method_1_7871(ServerPlayerEntity arg0)
private static int
lambda$register$3(com.mojang.brigadier.context.CommandContext arg0)
method_1_7876(com.mojang.brigadier.context.CommandContext arg0)
method_1_7876(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$2(com.mojang.brigadier.context.CommandContext arg0)
method_1_7875(com.mojang.brigadier.context.CommandContext arg0)
method_1_7875(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$1(com.mojang.brigadier.context.CommandContext arg0)
method_1_7874(com.mojang.brigadier.context.CommandContext arg0)
method_1_7874(com.mojang.brigadier.context.CommandContext context)
private static int
lambda$register$0(com.mojang.brigadier.context.CommandContext arg0)
method_1_7873(com.mojang.brigadier.context.CommandContext arg0)
method_1_7873(com.mojang.brigadier.context.CommandContext context)
private static Text
lambda$static$5(int arg0, int arg1, Identifier arg2)
method_1_7882(int arg0, int arg1, class_2960 arg2)
method_1_7882(int targets, int total, Identifier effect)
private static Text
lambda$static$4(ServerPlayer arg0, int arg1, Identifier arg2)
method_1_7881(class_3222 arg0, int arg1, class_2960 arg2)
method_1_7881(ServerPlayerEntity player, int total, Identifier effect)
private static Text
lambda$static$3(int arg0, int arg1)
method_1_7880(int arg0, int arg1)
method_1_7880(int targets, int total)
private static Text
lambda$static$2(ServerPlayer arg0, int arg1)
method_1_7879(class_3222 arg0, int arg1)
method_1_7879(ServerPlayerEntity player, int total)
private static Text
lambda$static$1(int arg0, int arg1, Identifier arg2)
method_1_7878(int arg0, int arg1, class_2960 arg2)
method_1_7878(int targets, int total, Identifier effect)
private static Text
lambda$static$0(ServerPlayer arg0, int arg1, Identifier arg2)
method_1_7877(class_3222 arg0, int arg1, class_2960 arg2)
method_1_7877(ServerPlayerEntity player, int total, Identifier effect)