Uses of Interface
net.minecraft.command.arguments.ILocationArgument
-
Packages that use ILocationArgument Package Description net.minecraft.command.arguments net.minecraft.command.impl net.minecraft.util.text -
-
Uses of ILocationArgument in net.minecraft.command.arguments
Classes in net.minecraft.command.arguments that implement ILocationArgument Modifier and Type Class Description class
LocalLocationArgument
class
LocationInput
Methods in net.minecraft.command.arguments that return ILocationArgument Modifier and Type Method Description static ILocationArgument
Vec3Argument. getCoordinates(com.mojang.brigadier.context.CommandContext<CommandSource> p_200385_0_, java.lang.String p_200385_1_)
static ILocationArgument
RotationArgument. getRotation(com.mojang.brigadier.context.CommandContext<CommandSource> p_200384_0_, java.lang.String p_200384_1_)
ILocationArgument
BlockPosArgument. parse(com.mojang.brigadier.StringReader p_parse_1_)
ILocationArgument
ColumnPosArgument. parse(com.mojang.brigadier.StringReader p_parse_1_)
ILocationArgument
RotationArgument. parse(com.mojang.brigadier.StringReader p_parse_1_)
ILocationArgument
Vec2Argument. parse(com.mojang.brigadier.StringReader p_parse_1_)
ILocationArgument
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 ILocationArgument Modifier and Type Method Description private static int
TeleportCommand. teleportToPos(CommandSource p_200559_0_, java.util.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 ILocationArgument Modifier and Type Field Description private ILocationArgument
NBTTextComponent.Block. compiledPos
Methods in net.minecraft.util.text that return ILocationArgument Modifier and Type Method Description private ILocationArgument
NBTTextComponent.Block. compilePos(java.lang.String p_218682_1_)
Constructors in net.minecraft.util.text with parameters of type ILocationArgument Constructor Description Block(java.lang.String p_i51295_1_, NBTPathArgument.NBTPath p_i51295_2_, boolean p_i51295_3_, java.lang.String p_i51295_4_, ILocationArgument p_i51295_5_)
-