net.minecraft.server.command

public class RotateCommand

net.minecraft.server.commands.RotateCommand
net.minecraft.server.commands.RotateCommand
net.minecraft.class_10270
net.minecraft.server.command.RotateCommand

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public static void
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
register(com.mojang.brigadier.CommandDispatcher<CommandSourceStack> dispatcher)
method_64569(com.mojang.brigadier.CommandDispatcher<class_2168> arg0)
register(com.mojang.brigadier.CommandDispatcher<ServerCommandSource> dispatcher)
private static int
rotate(CommandSourceStack source, Entity entity, Coordinates rotation)
rotate(CommandSourceStack source, Entity entity, Coordinates rotation)
method_64572(class_2168 arg0, class_1297 arg1, class_2267 arg2)
rotateToPos(ServerCommandSource source, Entity entity, PosArgument pos)
private static int
rotate(CommandSourceStack source, Entity entity, LookAt facing)
rotate(CommandSourceStack source, Entity entity, LookAt facing)
method_64571(class_2168 arg0, class_1297 arg1, class_3144 arg2)
rotateFacingLookTarget(ServerCommandSource source, Entity entity, LookTarget lookTarget)