Package net.minecraft.server.command
Class KickCommand
java.lang.Object
net.minecraft.server.command.KickCommand
- Mappings:
- Namespace - Name - official - aez- intermediary - net/minecraft/class_3073- named - net/minecraft/server/command/KickCommand
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intexecute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text reason) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Constructor Details- 
KickCommandpublic KickCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - official - a- Laez;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
 
- 
executeprivate static int execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, Text reason) - Mappings:
- Namespace - Name - Mixin selector - official - a- Laez;a(Lds;Ljava/util/Collection;Lsw;)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
 
 
-