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> p_120850_, String p_120851_) static CoordinatesRotationArgument.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 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 p_237318_) 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 TypeMethodDescriptionprivate static intTeleportCommand.teleportToPos(CommandSourceStack p_139026_, Collection<? extends Entity> p_139027_, ServerLevel p_139028_, Coordinates p_139029_, Coordinates p_139030_, TeleportCommand.LookAt p_139031_)