Package net.minecraft.server.command
Class KillCommand
java.lang.Object
net.minecraft.server.command.KillCommand
- Mappings:
Namespace Name official aem
intermediary net/minecraft/class_3075
named net/minecraft/server/command/KillCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, Collection<? extends Entity> targets) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
KillCommand
public KillCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Laem;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
Laem;a(Ldn;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
-