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 - aof
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
RotateCommandpublic 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- Laof;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- Laof;a(Lex;Lbum;Lgv;)I
 
- 
rotateFacingLookTargetprivate 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- Laof;a(Lex;Lbum;Lano;)I
 
 
-