Uses of Interface
net.minecraft.command.arguments.ILocationArgument
Package
Description
-
Uses of ILocationArgument in net.minecraft.command.arguments
Modifier 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
Modifier 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
Modifier and TypeFieldDescriptionprivate final ILocationArgument
NBTTextComponent.Block.compiledPos
Modifier and TypeMethodDescriptionprivate ILocationArgument
NBTTextComponent.Block.compilePos
(String p_218682_1_) ModifierConstructorDescriptionprivate
Block
(String p_i51295_1_, NBTPathArgument.NBTPath p_i51295_2_, boolean p_i51295_3_, String p_i51295_4_, ILocationArgument p_i51295_5_)