Package net.minecraft.server.command
Class KickCommand
java.lang.Object
net.minecraft.server.command.KickCommand
public class KickCommand extends Object
- Mappings:
Namespace Name official xx
intermediary net/minecraft/class_3073
named net/minecraft/server/command/KickCommand
-
Constructor Summary
Constructors Constructor Description KickCommand()
-
Method Summary
Modifier and Type Method Description private static int
execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text reason)
static void
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
KickCommand
public KickCommand()
-
-
Method Details
-
register
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)- Mappings:
Namespace Name Mixin selector official a
Lxx;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13410
Lnet/minecraft/class_3073;method_13410(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/KickCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
private static int execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text reason)- Mappings:
Namespace Name Mixin selector official a
Lxx;a(Ldb;Ljava/util/Collection;Loi;)I
intermediary method_13411
Lnet/minecraft/class_3073;method_13411(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2561;)I
named execute
Lnet/minecraft/server/command/KickCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/text/Text;)I
-