Uses of Enum
de.marcely.bedwars.tools.location.XYZD.Direction
-
Uses of XYZD.Direction in de.marcely.bedwars.tools.location
Modifier and TypeMethodDescriptionstatic @Nullable XYZD.Direction
XYZD.Direction.fromBlockFace
(BlockFace face) static @Nullable XYZD.Direction
XYZD.Direction.fromLegacy
(int id) Deprecated.static @Nullable XYZD.Direction
XYZD.getDirection()
static XYZD.Direction
Returns the enum constant of this type with the specified name.static XYZD.Direction[]
XYZD.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionImmutableXYZD.setDirection
(XYZD.Direction dir) XYZD.setDirection
(XYZD.Direction dir) ModifierConstructorDescriptionImmutableXYZD
(double x, double y, double z, XYZD.Direction dir) XYZD
(double x, double y, double z, XYZD.Direction dir)