Package net.minecraft.server.command
Class RotateCommand
java.lang.Object
net.minecraft.server.command.RotateCommand
- Mappings:
 Namespace Name named net/minecraft/server/command/RotateCommandintermediary net/minecraft/class_10270official aof
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher) private static introtateFacingLookTarget(ServerCommandSource source, Entity entity, LookTarget lookTarget) private static introtateToPos(ServerCommandSource source, Entity entity, PosArgument pos)  
- 
Constructor Details
- 
RotateCommand
public RotateCommand() 
 - 
 - 
Method Details
- 
register
- Mappings:
 Namespace Name Mixin selector named registerLnet/minecraft/server/command/RotateCommand;register(Lcom/mojang/brigadier/CommandDispatcher;)Vintermediary method_64569Lnet/minecraft/class_10270;method_64569(Lcom/mojang/brigadier/CommandDispatcher;)Vofficial aLaof;a(Lcom/mojang/brigadier/CommandDispatcher;)V
 - 
rotateToPos
- Mappings:
 Namespace Name Mixin selector named rotateToPosLnet/minecraft/server/command/RotateCommand;rotateToPos(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;Lnet/minecraft/command/argument/PosArgument;)Iintermediary method_64572Lnet/minecraft/class_10270;method_64572(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_2267;)Iofficial aLaof;a(Lex;Lbum;Lgv;)I
 - 
rotateFacingLookTarget
private static int rotateFacingLookTarget(ServerCommandSource source, Entity entity, LookTarget lookTarget) - Mappings:
 Namespace Name Mixin selector named rotateFacingLookTargetLnet/minecraft/server/command/RotateCommand;rotateFacingLookTarget(Lnet/minecraft/server/command/ServerCommandSource;Lnet/minecraft/entity/Entity;Lnet/minecraft/server/command/LookTarget;)Iintermediary method_64571Lnet/minecraft/class_10270;method_64571(Lnet/minecraft/class_2168;Lnet/minecraft/class_1297;Lnet/minecraft/class_3144;)Iofficial aLaof;a(Lex;Lbum;Lano;)I
 
 -