Uses of Interface
net.minecraft.commands.arguments.coordinates.Coordinates
Packages that use Coordinates
Package
Description
-
Uses of Coordinates in net.minecraft.commands.arguments.coordinates
Classes in net.minecraft.commands.arguments.coordinates that implement CoordinatesMethods in net.minecraft.commands.arguments.coordinates that return CoordinatesModifier and TypeMethodDescriptionstatic CoordinatesVec3Argument.getCoordinates(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) static CoordinatesRotationArgument.getRotation(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) BlockPosArgument.parse(com.mojang.brigadier.StringReader reader) ColumnPosArgument.parse(com.mojang.brigadier.StringReader reader) RotationArgument.parse(com.mojang.brigadier.StringReader reader) Vec2Argument.parse(com.mojang.brigadier.StringReader reader) Vec3Argument.parse(com.mojang.brigadier.StringReader reader) -
Uses of Coordinates in net.minecraft.network.chat.contents
Fields in net.minecraft.network.chat.contents declared as CoordinatesModifier and TypeFieldDescriptionprivate final CoordinatesBlockDataSource.compiledPosThe field for thecompiledPosrecord component.Methods in net.minecraft.network.chat.contents that return CoordinatesModifier and TypeMethodDescriptionBlockDataSource.compiledPos()Returns the value of thecompiledPosrecord component.private static CoordinatesBlockDataSource.compilePos(String posPattern) Constructors in net.minecraft.network.chat.contents with parameters of type CoordinatesModifierConstructorDescriptionBlockDataSource(String posPattern, Coordinates compiledPos) Creates an instance of aBlockDataSourcerecord class. -
Uses of Coordinates in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type CoordinatesModifier and TypeMethodDescriptionTeleportCommand.getRelatives(Coordinates position, Coordinates rotation, boolean absolute) private static intRotateCommand.rotate(CommandSourceStack source, Entity entity, Coordinates coordinates) private static intTeleportCommand.teleportToPos(CommandSourceStack source, Collection<? extends Entity> targets, ServerLevel level, Coordinates position, Coordinates rotation, LookAt lookAt)