Package net.minecraft.server.command
Class SpawnPointCommand
java.lang.Object
net.minecraft.server.command.SpawnPointCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/SpawnPointCommandintermediary net/minecraft/class_3127official aqi
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprivate static intexecute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, BlockPos pos, PosArgument rotation) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)  
- 
Constructor Details
- 
SpawnPointCommand
public SpawnPointCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/SpawnPointCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_13641Lnet/minecraft/class_3127;method_13641(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLaqi;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 - 
execute
private static int execute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, BlockPos pos, PosArgument rotation) - Mappings:
 Namespace Name Mixin selector named executeLnet/minecraft/server/command/SpawnPointCommand;execute(Lnet/minecraft/server/command/ServerCommandSource;Ljava/util/Collection;Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/command/argument/PosArgument;)Iintermediary method_13645Lnet/minecraft/class_3127;method_13645(Lnet/minecraft/class_2168;Ljava/util/Collection;Lnet/minecraft/class_2338;Lnet/minecraft/class_2267;)Iofficial aLaqi;a(Lej;Ljava/util/Collection;Lja;Lgl;)I
 
 -