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 pSource, Entity pEntity, ServerLevel pLevel, double pX, double pY, double pZ, Set<RelativeMovement> pRelativeList, float pYaw, float pPitch, TeleportCommand.LookAt pFacing) private static int
TeleportCommand.teleportToPos
(CommandSourceStack pSource, Collection<? extends Entity> pTargets, ServerLevel pLevel, Coordinates pPosition, Coordinates pRotation, TeleportCommand.LookAt pFacing)