Uses of Interface
net.minecraft.server.command.LookTarget
-
Uses of LookTarget in net.minecraft.server.command
Modifier and TypeClassDescriptionstatic final record
static final record
Modifier and TypeMethodDescriptionprivate static int
TeleportCommand.execute
(ServerCommandSource source, Collection<? extends Entity> targets, ServerWorld world, PosArgument location, @Nullable PosArgument rotation, @Nullable LookTarget facingLocation) private static int
RotateCommand.rotateFacingLookTarget
(ServerCommandSource source, Entity entity, LookTarget lookTarget) private static void
TeleportCommand.teleport
(ServerCommandSource source, Entity target, ServerWorld world, double x, double y, double z, Set<PositionFlag> movementFlags, float yaw, float pitch, @Nullable LookTarget facingLocation)