Package net.minecraft.server.command
Class KickCommand
java.lang.Object
net.minecraft.server.command.KickCommand
- Mappings:
Namespace Name intermediary net/minecraft/class_3073official aeznamed net/minecraft/server/command/KickCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text reason) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
KickCommand
public KickCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector intermediary method_13410Lnet/minecraft/class_3073;method_13410(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLaez;a(Lcom/mojang/brigadier/CommandDispatcher;)Vnamed registerLnet/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 intermediary method_13411Lnet/minecraft/class_3073;method_13411(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2561;)Iofficial aLaez;a(Lds;Ljava/util/Collection;Lsw;)Inamed executeLnet/minecraft/server/command/KickCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/text/Text;)I
-