Uses of Interface
net.minecraft.server.commands.TeleportCommand.LookAt
Packages that use TeleportCommand.LookAt
-
Uses of TeleportCommand.LookAt in net.minecraft.server.commands
Classes in net.minecraft.server.commands that implement TeleportCommand.LookAtModifier and TypeClassDescription(package private) static final record
(package private) static final record
Methods in net.minecraft.server.commands with parameters of type TeleportCommand.LookAtModifier and TypeMethodDescriptionprivate static void
TeleportCommand.performTeleport
(CommandSourceStack source, Entity entity, ServerLevel level, double x, double y, double z, Set<RelativeMovement> relativeList, float yaw, float pitch, TeleportCommand.LookAt facing) private static int
TeleportCommand.teleportToPos
(CommandSourceStack source, Collection<? extends Entity> targets, ServerLevel level, Coordinates position, Coordinates rotation, TeleportCommand.LookAt facing)