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> p_120850_, String p_120851_) static Coordinates
RotationArgument.getRotation
(com.mojang.brigadier.context.CommandContext<CommandSourceStack> p_120483_, String p_120484_) BlockPosArgument.parse
(com.mojang.brigadier.StringReader p_118241_) ColumnPosArgument.parse
(com.mojang.brigadier.StringReader p_118991_) RotationArgument.parse
(com.mojang.brigadier.StringReader p_120481_) Vec2Argument.parse
(com.mojang.brigadier.StringReader p_120824_) Vec3Argument.parse
(com.mojang.brigadier.StringReader p_120843_) -
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 p_237318_) 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 p_139026_, Collection<? extends Entity> p_139027_, ServerLevel p_139028_, Coordinates p_139029_, Coordinates p_139030_, TeleportCommand.LookAt p_139031_)