| Package | Description |
|---|---|
| net.minecraft.command.arguments |
| Modifier and Type | Field and Description |
|---|---|
private LocationPart |
LocationInput.x |
private LocationPart |
LocationInput.y |
private LocationPart |
LocationInput.z |
| Modifier and Type | Method and Description |
|---|---|
static LocationPart |
LocationPart.parseDouble(com.mojang.brigadier.StringReader reader,
boolean centerIntegers) |
static LocationPart |
LocationPart.parseInt(com.mojang.brigadier.StringReader reader) |
| Constructor and Description |
|---|
LocationInput(LocationPart x,
LocationPart y,
LocationPart z) |