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 victim, ServerLevel level, double x, double y, double z, Set<Relative> relatives, float yRot, float xRot, @Nullable LookAt lookAt) private static intRotateCommand.rotate(CommandSourceStack source, Entity entity, LookAt facing) private static intTeleportCommand.teleportToPos(CommandSourceStack source, Collection<? extends Entity> entities, ServerLevel level, Coordinates destination, @Nullable Coordinates rotation, @Nullable LookAt lookAt)