Package net.minecraft.server.command
Class SetWorldSpawnCommand
java.lang.Object
net.minecraft.server.command.SetWorldSpawnCommand
- Mappings:
Namespace Name official agp
intermediary net/minecraft/class_3128
named net/minecraft/server/command/SetWorldSpawnCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, BlockPos pos, float angle) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
SetWorldSpawnCommand
public SetWorldSpawnCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lagp;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13647
Lnet/minecraft/class_3128;method_13647(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/SetWorldSpawnCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
- Mappings:
Namespace Name Mixin selector official a
Lagp;a(Ldr;Lgt;F)I
intermediary method_13650
Lnet/minecraft/class_3128;method_13650(Lnet/minecraft/class_2168;Lnet/minecraft/class_2338;F)I
named execute
Lnet/minecraft/server/command/SetWorldSpawnCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/util/math/BlockPos;F)I
-