public static interface BlockNbtComponent.LocalPos extends BlockNbtComponent.Pos
| Modifier and Type | Method and Description |
|---|---|
double |
forwards()
Gets the forwards value.
|
double |
left()
Gets the left value.
|
static @NonNull BlockNbtComponent.LocalPos |
of(double left,
double up,
double forwards)
Creates a local position with the given values.
|
double |
up()
Gets the up value.
|
static @NonNull BlockNbtComponent.LocalPos of(double left, double up, double forwards)
left - the left valueup - the up valueforwards - the forwards valuedouble left()
double up()
double forwards()