public abstract static class SpecialVariableRetrievalEvent.CoordinateVariable extends SpecialVariableRetrievalEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
SpecialVariableRetrievalEvent.CoordinateVariable.Drone |
SpecialVariableRetrievalEvent.CoordinateVariable, SpecialVariableRetrievalEvent.ItemVariablespecialVarName| Modifier and Type | Method and Description |
|---|---|
net.minecraft.util.math.BlockPos |
getCoordinate() |
void |
setCoordinate(net.minecraft.util.math.BlockPos coordinate)
Update the blockpos coordinate for the special variable that was passed.
|
public net.minecraft.util.math.BlockPos getCoordinate()
public void setCoordinate(@Nullable
net.minecraft.util.math.BlockPos coordinate)
coordinate - the new coordinate; passing null is equivalent to passing BlockPos.ZERO