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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprivate static intexecute(ServerCommandSource source, Collection<ServerPlayerEntity> targets, BlockPos pos, float angle) static voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) 
- 
Constructor Details- 
SpawnPointCommandpublic 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
 
- 
executeprivate 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
 
 
-