20 package net.sf.gridarta.model.direction;
22 import org.jetbrains.annotations.NotNull;
99 private final String
id;
108 Direction(
final int dx,
final int dy,
final int dz, @NotNull
final String
id) {
final int dx
The relative x direction.
int getDz()
Returns the relative z direction.
final int dy
The relative y direction.
final String id
The identification string.
int getDx()
Returns the relative x direction.
int getDy()
Returns the relative y direction.
Direction(final int dx, final int dy, final int dz, @NotNull final String id)
Creates a new instance.
String getId()
Returns the identification string.
final int dz
The relative z direction.