Package net.minecraft.server.command
Class SpawnPointCommand
java.lang.Object
net.minecraft.server.command.SpawnPointCommand
- Mappings:
Namespace Name official agc
intermediary net/minecraft/class_3127
named net/minecraft/server/command/SpawnPointCommand
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static int
execute
(ServerCommandSource source, Collection<ServerPlayerEntity> targets, BlockPos pos, float angle) static void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
-
Constructor Details
-
SpawnPointCommand
public SpawnPointCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lagc;a(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_13641
Lnet/minecraft/class_3127;method_13641(Lcom/mojang/brigadier/CommandDispatcher;)V
named register
Lnet/minecraft/server/command/SpawnPointCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
-
execute
private static int execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, BlockPos pos, float angle) - Mappings:
Namespace Name Mixin selector official a
Lagc;a(Lds;Ljava/util/Collection;Lgu;F)I
intermediary method_13645
Lnet/minecraft/class_3127;method_13645(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2338;F)I
named execute
Lnet/minecraft/server/command/SpawnPointCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/util/math/BlockPos;F)I
-