Package net.minecraft.server.command
Class SpawnPointCommand
java.lang.Object
net.minecraft.server.command.SpawnPointCommand
public class SpawnPointCommand extends Object
- Mappings:
Namespace Name official yw
intermediary net/minecraft/class_3127
named net/minecraft/server/command/SpawnPointCommand
-
Constructor Summary
Constructors Constructor Description SpawnPointCommand()
-
Method Summary
Modifier and Type Method Description private 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
public static void register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)- Mappings:
Namespace Name Mixin selector official a
Lyw;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
Lyw;a(Ldb;Ljava/util/Collection;Lfx;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
-