Uses of Interface
net.minecraft.server.commands.LookAt
Packages that use LookAt
-
Uses of LookAt in net.minecraft.server.commands
Classes in net.minecraft.server.commands that implement LookAtModifier and TypeClassDescriptionstatic final recordstatic final recordMethods in net.minecraft.server.commands with parameters of type LookAtModifier and TypeMethodDescriptionprivate static voidTeleportCommand.performTeleport(CommandSourceStack source, Entity target, ServerLevel level, double x, double y, double z, Set<Relative> relatives, float yRot, float xRot, LookAt lookAt) private static intRotateCommand.rotate(CommandSourceStack source, Entity entity, LookAt lookAt) private static intTeleportCommand.teleportToPos(CommandSourceStack source, Collection<? extends Entity> targets, ServerLevel level, Coordinates position, Coordinates rotation, LookAt lookAt)