Uses of Interface
net.minecraft.command.arguments.ILocationArgument
Packages that use ILocationArgument
Package
Description
-
Uses of ILocationArgument in net.minecraft.command.arguments
Classes in net.minecraft.command.arguments that implement ILocationArgumentMethods in net.minecraft.command.arguments that return ILocationArgumentModifier and TypeMethodDescriptionstatic ILocationArgument
Vec3Argument.getCoordinates
(com.mojang.brigadier.context.CommandContext<CommandSource> p_200385_0_, String p_200385_1_) static ILocationArgument
RotationArgument.getRotation
(com.mojang.brigadier.context.CommandContext<CommandSource> p_200384_0_, String p_200384_1_) BlockPosArgument.parse
(com.mojang.brigadier.StringReader p_parse_1_) ColumnPosArgument.parse
(com.mojang.brigadier.StringReader p_parse_1_) RotationArgument.parse
(com.mojang.brigadier.StringReader p_parse_1_) Vec2Argument.parse
(com.mojang.brigadier.StringReader p_parse_1_) Vec3Argument.parse
(com.mojang.brigadier.StringReader p_parse_1_) -
Uses of ILocationArgument in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type ILocationArgumentModifier and TypeMethodDescriptionprivate static int
TeleportCommand.teleportToPos
(CommandSource p_200559_0_, Collection<? extends Entity> p_200559_1_, ServerWorld p_200559_2_, ILocationArgument p_200559_3_, ILocationArgument p_200559_4_, TeleportCommand.Facing p_200559_5_) -
Uses of ILocationArgument in net.minecraft.util.text
Fields in net.minecraft.util.text declared as ILocationArgumentModifier and TypeFieldDescriptionprivate final ILocationArgument
NBTTextComponent.Block.compiledPos
Methods in net.minecraft.util.text that return ILocationArgumentModifier and TypeMethodDescriptionprivate ILocationArgument
NBTTextComponent.Block.compilePos
(String p_218682_1_) Constructors in net.minecraft.util.text with parameters of type ILocationArgumentModifierConstructorDescriptionprivate
Block
(String p_i51295_1_, NBTPathArgument.NBTPath p_i51295_2_, boolean p_i51295_3_, String p_i51295_4_, ILocationArgument p_i51295_5_)