Uses of Enum
de.marcely.bedwars.tools.location.XYZD.Direction
Packages that use XYZD.Direction
Package
Description
Classes used for representing locations within a world.
- 
Uses of XYZD.Direction in de.marcely.bedwars.tools.locationFields in de.marcely.bedwars.tools.location declared as XYZD.DirectionMethods in de.marcely.bedwars.tools.location that return XYZD.DirectionModifier and TypeMethodDescriptionstatic @Nullable XYZD.DirectionXYZD.Direction.fromBlockFace(BlockFace face) Returns the direction from the given block facestatic @Nullable XYZD.DirectionXYZD.Direction.fromLegacy(int id) Returns the direction from the given legacy idstatic @Nullable XYZD.DirectionReturns the direction from the given nameXYZD.getDirection()static XYZD.DirectionReturns 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.Methods in de.marcely.bedwars.tools.location with parameters of type XYZD.DirectionModifier and TypeMethodDescriptionImmutableXYZD.setDirection(XYZD.Direction dir) XYZD.setDirection(XYZD.Direction dir) Constructors in de.marcely.bedwars.tools.location with parameters of type XYZD.DirectionModifierConstructorDescriptionImmutableXYZD(double x, double y, double z, XYZD.Direction dir) XYZD(double x, double y, double z, XYZD.Direction dir)