Uses of Interface
net.minecraft.server.command.LookTarget
Packages that use LookTarget
Package
Description
The base package for all Minecraft classes.
-
Uses of LookTarget in net.minecraft
Methods in net.minecraft with parameters of type LookTargetModifier and TypeMethodDescriptionprivate static intclass_10270.method_64571(ServerCommandSource serverCommandSource, Entity entity, LookTarget lookTarget) -
Uses of LookTarget in net.minecraft.server.command
Classes in net.minecraft.server.command that implement LookTargetModifier and TypeClassDescriptionstatic final recordstatic final recordMethods in net.minecraft.server.command with parameters of type LookTargetModifier and TypeMethodDescriptionprivate static intTeleportCommand.execute(ServerCommandSource source, Collection<? extends Entity> targets, ServerWorld world, PosArgument location, @Nullable PosArgument rotation, @Nullable LookTarget facingLocation) private static voidTeleportCommand.teleport(ServerCommandSource source, Entity target, ServerWorld world, double x, double y, double z, Set<PositionFlag> movementFlags, float yaw, float pitch, @Nullable LookTarget facingLocation)