Package | Description |
---|---|
net.minecraft.command.arguments | |
net.minecraft.command.impl | |
net.minecraft.util.text |
Modifier and Type | Class and Description |
---|---|
class |
LocalLocationArgument |
class |
LocationInput |
Modifier and Type | Method and Description |
---|---|
static ILocationArgument |
Vec3Argument.getLocation(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
static ILocationArgument |
RotationArgument.getRotation(com.mojang.brigadier.context.CommandContext<CommandSource> context,
java.lang.String name) |
ILocationArgument |
RotationArgument.parse(com.mojang.brigadier.StringReader p_parse_1_) |
ILocationArgument |
Vec3Argument.parse(com.mojang.brigadier.StringReader p_parse_1_) |
ILocationArgument |
BlockPosArgument.parse(com.mojang.brigadier.StringReader p_parse_1_) |
ILocationArgument |
Vec2Argument.parse(com.mojang.brigadier.StringReader p_parse_1_) |
ILocationArgument |
ColumnPosArgument.parse(com.mojang.brigadier.StringReader p_parse_1_) |
Modifier and Type | Method and Description |
---|---|
private static int |
TeleportCommand.teleportToPos(CommandSource source,
java.util.Collection<? extends Entity> targets,
ServerWorld worldIn,
ILocationArgument position,
ILocationArgument rotationIn,
TeleportCommand.Facing facing) |
Modifier and Type | Field and Description |
---|---|
private ILocationArgument |
NBTTextComponent.Block.field_218685_f |
Modifier and Type | Method and Description |
---|---|
private ILocationArgument |
NBTTextComponent.Block.func_218682_b(java.lang.String p_218682_1_) |
Constructor and 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_) |