Uses of Class
de.marcely.bedwars.tools.location.XYZD
Packages that use XYZD
Package
Description
Contains classes that are related to the
Arena
.Classes used for representing locations within a world.
-
Uses of XYZD in de.marcely.bedwars.api.arena
Methods in de.marcely.bedwars.api.arena that return XYZDModifier and TypeMethodDescription@Nullable XYZD
Arena.getBedLocation
(Team team) Returns the location the team's bed location.Methods in de.marcely.bedwars.api.arena with parameters of type XYZDModifier and TypeMethodDescriptionboolean
Arena.setBedLocation
(Team team, @Nullable XYZD loc) Sets the bed location of a team. -
Uses of XYZD in de.marcely.bedwars.tools.location
Subclasses of XYZD in de.marcely.bedwars.tools.locationMethods in de.marcely.bedwars.tools.location that return XYZDModifier and TypeMethodDescriptionImmutableXYZD.add
(double x, double y, double z) XYZD.add
(double x, double y, double z) XYZD.clone()
static XYZD
XYZD.deserialize
(Map<String, Object> data) Required method for deserializationImmutableXYZD.multiply
(double amount) ImmutableXYZD.multiply
(double x, double y, double z) XYZD.multiply
(double amount) XYZD.multiply
(double x, double y, double z) ImmutableXYZD.set
(double x, double y, double z) XYZD.set
(double x, double y, double z) Copies and sets the xyz coordinates and direction coordinates from the given objectImmutableXYZD.setDirection
(XYZD.Direction dir) XYZD.setDirection
(XYZD.Direction dir) ImmutableXYZD.setX
(double x) XYZD.setX
(double x) ImmutableXYZD.setY
(double y) XYZD.setY
(double y) ImmutableXYZD.setZ
(double z) XYZD.setZ
(double z) ImmutableXYZD.subtract
(double x, double y, double z) XYZD.subtract
(double x, double y, double z) ImmutableXYZD.zero()
XYZD.zero()
Methods in de.marcely.bedwars.tools.location with parameters of type XYZDModifier and TypeMethodDescriptionCopies and sets the xyz coordinates and direction coordinates from the given objectConstructors in de.marcely.bedwars.tools.location with parameters of type XYZD