Package net.minecraft.server.command
Class KillCommand
java.lang.Object
net.minecraft.server.command.KillCommand
- Mappings:
- Namespace - Name - official - afa- intermediary - net/minecraft/class_3075- named - net/minecraft/server/command/KillCommand
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intexecute(ServerCommandSource source, Collection<? extends Entity> targets) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Constructor Details- 
KillCommandpublic KillCommand()
 
- 
- 
Method Details- 
register- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafa;a(Lcom/mojang/brigadier/CommandDispatcher;)V- intermediary - method_13429- Lnet/minecraft/class_3075;method_13429(Lcom/mojang/brigadier/CommandDispatcher;)V- named - register- Lnet/minecraft/server/command/KillCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
 
- 
execute- Mappings:
- Namespace - Name - Mixin selector - official - a- Lafa;a(Lds;Ljava/util/Collection;)I- intermediary - method_13430- Lnet/minecraft/class_3075;method_13430(Lnet/minecraft/class_2168;Ljava/util/Collection;)I- named - execute- Lnet/minecraft/server/command/KillCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;)I
 
 
-