Package net.minecraft.server.command
Class DebugMobSpawningCommand
java.lang.Object
net.minecraft.server.command.DebugMobSpawningCommand
- Mappings:
Namespace Name official aet
intermediary net/minecraft/class_6326
named net/minecraft/server/command/DebugMobSpawningCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, SpawnGroup group, BlockPos pos) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
DebugMobSpawningCommand
public DebugMobSpawningCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Laet;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_36184
Lnet/minecraft/class_6326;method_36184(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/DebugMobSpawningCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
- Mappings:
Namespace Name Mixin selector official a
Laet;a(Ldr;Lbga;Lgt;)I
intermediary method_36186
Lnet/minecraft/class_6326;method_36186(Lnet/minecraft/class_2168;Lnet/minecraft/class_1311;Lnet/minecraft/class_2338;)I
named execute
Lnet/minecraft/server/command/DebugMobSpawningCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/SpawnGroup;Lnet/minecraft/util/math/BlockPos;)I
-