Uses of Interface
net.minecraft.server.command.TeleportCommand.LookTarget
Packages that use TeleportCommand.LookTarget
-
Uses of TeleportCommand.LookTarget in net.minecraft.server.command
Classes in net.minecraft.server.command that implement TeleportCommand.LookTargetModifier and TypeClassDescriptionprivate static final record
private static final record
Methods in net.minecraft.server.command with parameters of type TeleportCommand.LookTargetModifier and TypeMethodDescriptionprivate static int
TeleportCommand.execute
(ServerCommandSource source, Collection<? extends Entity> targets, ServerWorld world, PosArgument location, @Nullable PosArgument rotation, @Nullable TeleportCommand.LookTarget facingLocation) 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 TeleportCommand.LookTarget facingLocation)