Uses of Enum
de.marcely.bedwars.tools.location.XYZD.Direction
Package
Description
Classes used for representing locations within a world.
-
Uses of XYZD.Direction in de.marcely.bedwars.tools.location
Modifier and TypeMethodDescriptionstatic @Nullable XYZD.Direction
XYZD.Direction.fromBlockFace
(BlockFace face) Returns the direction from the given block facestatic @Nullable XYZD.Direction
XYZD.Direction.fromLegacy
(int id) Returns the direction from the given legacy idstatic @Nullable XYZD.Direction
Returns the direction from the given nameXYZD.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)