Package net.minecraft.server.command
Class KickCommand
java.lang.Object
net.minecraft.server.command.KickCommand
- Mappings:
 Namespace Name official aezintermediary net/minecraft/class_3073named 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 official aLaez;a(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13410Lnet/minecraft/class_3073;method_13410(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 official aLaez;a(Lds;Ljava/util/Collection;Lsw;)Iintermediary method_13411Lnet/minecraft/class_3073;method_13411(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2561;)Inamed executeLnet/minecraft/server/command/KickCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/text/Text;)I
 
 -