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 pSource, Entity pTarget, ServerLevel pLevel, double pX, double pY, double pZ, Set<Relative> pRelatives, float pYRot, float pXRot, LookAt pLookAt) private static intRotateCommand.rotate(CommandSourceStack pSource, Entity pEntity, LookAt pLookAt) private static intTeleportCommand.teleportToPos(CommandSourceStack pSource, Collection<? extends Entity> pTargets, ServerLevel pLevel, Coordinates pPosition, Coordinates pRotation, LookAt pLookAt)