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 Coordinates
Vec3Argument.getCoordinates
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) static Coordinates
RotationArgument.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 Coordinates
BlockDataSource.compiledPos
The field for thecompiledPos
record component.Methods in net.minecraft.network.chat.contents that return CoordinatesModifier and TypeMethodDescriptionBlockDataSource.compiledPos()
Returns the value of thecompiledPos
record component.private static Coordinates
BlockDataSource.compilePos
(String posPattern) Constructors in net.minecraft.network.chat.contents with parameters of type CoordinatesModifierConstructorDescriptionBlockDataSource
(String posPattern, Coordinates compiledPos) Creates an instance of aBlockDataSource
record class. -
Uses of Coordinates in net.minecraft.server.commands
Methods in net.minecraft.server.commands with parameters of type CoordinatesModifier and TypeMethodDescriptionprivate static int
TeleportCommand.teleportToPos
(CommandSourceStack source, Collection<? extends Entity> targets, ServerLevel level, Coordinates position, Coordinates rotation, TeleportCommand.LookAt facing)