Uses of Interface
net.minecraft.commands.arguments.coordinates.Coordinates
Package
Description
-
Uses of Coordinates in net.minecraft.commands.arguments.coordinates
Modifier 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
Modifier and TypeFieldDescriptionprivate final Coordinates
BlockDataSource.compiledPos
The field for thecompiledPos
record component.Modifier and TypeMethodDescriptionBlockDataSource.compiledPos()
Returns the value of thecompiledPos
record component.private static Coordinates
BlockDataSource.compilePos
(String p_237318_) ModifierConstructorDescriptionBlockDataSource
(String posPattern, Coordinates compiledPos) Creates an instance of aBlockDataSource
record class. -
Uses of Coordinates in net.minecraft.server.commands
Modifier 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_)