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 record
static final record
Methods in net.minecraft.server.commands with parameters of type LookAtModifier and TypeMethodDescriptionprivate static void
TeleportCommand.performTeleport
(CommandSourceStack pSource, Entity pTarget, ServerLevel pLevel, double pX, double pY, double pZ, Set<Relative> pRelatives, float pYRot, float pXRot, LookAt pLookAt) private static int
RotateCommand.rotate
(CommandSourceStack pSource, Entity pEntity, LookAt pLookAt) private static int
TeleportCommand.teleportToPos
(CommandSourceStack pSource, Collection<? extends Entity> pTargets, ServerLevel pLevel, Coordinates pPosition, Coordinates pRotation, LookAt pLookAt)