Package net.minecraft.server.command
Class RotateCommand
java.lang.Object
net.minecraft.server.command.RotateCommand
- Mappings:
Namespace Name named net/minecraft/server/command/RotateCommand
intermediary net/minecraft/class_10270
official apj
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
register
(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) private static int
rotateFacingLookTarget
(ServerCommandSource source, Entity entity, LookTarget lookTarget) private static int
rotateToPos
(ServerCommandSource source, Entity entity, PosArgument pos)
-
Constructor Details
-
RotateCommand
public RotateCommand()
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector named register
Lnet/minecraft/server/command/RotateCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)V
intermediary method_64569
Lnet/minecraft/class_10270;method_64569(Lcom/mojang/brigadier/CommandDispatcher;)V
official a
Lapj;a(Lcom/mojang/brigadier/CommandDispatcher;)V
-
rotateToPos
- Mappings:
Namespace Name Mixin selector named rotateToPos
Lnet/minecraft/server/command/RotateCommand;rotateToPos(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;Lnet/minecraft/command/argument/PosArgument;)I
intermediary method_64572
Lnet/minecraft/class_10270;method_64572(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_2267;)I
official a
Lapj;a(Lew;Lbvj;Lgu;)I
-
rotateFacingLookTarget
private static int rotateFacingLookTarget(ServerCommandSource source, Entity entity, LookTarget lookTarget) - Mappings:
Namespace Name Mixin selector named rotateFacingLookTarget
Lnet/minecraft/server/command/RotateCommand;rotateFacingLookTarget(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;Lnet/minecraft/server/command/LookTarget;)I
intermediary method_64571
Lnet/minecraft/class_10270;method_64571(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_3144;)I
official a
Lapj;a(Lew;Lbvj;Laos;)I
-