Uses of Class
de.marcely.bedwars.tools.location.XYZYP
-
Uses of XYZYP in de.marcely.bedwars.api.arena
Modifier and TypeMethodDescription@Nullable XYZYP
Arena.getSpectatorSpawn()
Returns the spawnpoint of a spectator.@Nullable XYZYP
Arena.getTeamSpawn
(Team team) Gets the spawn point of a team.Modifier and TypeMethodDescriptionvoid
Arena.setSpectatorSpawn
(@Nullable XYZYP location) Set the spawnpoint for spectators.boolean
Arena.setTeamSpawn
(Team team, @Nullable XYZYP loc) Set the spawn point of a team. -
Uses of XYZYP in de.marcely.bedwars.tools.location
Modifier and TypeMethodDescriptionImmutableXYZYP.add
(double x, double y, double z) XYZYP.add
(double x, double y, double z) XYZYP.clone()
static XYZYP
XYZYP.deserialize
(Map<String, Object> data) Required method for deserializationImmutableXYZYP.multiply
(double amount) ImmutableXYZYP.multiply
(double x, double y, double z) XYZYP.multiply
(double amount) XYZYP.multiply
(double x, double y, double z) ImmutableXYZYP.set
(double x, double y, double z) XYZYP.set
(double x, double y, double z) Copies and sets the xyz coordinates and yaw/pitch coordinates from the given objectImmutableXYZYP.setPitch
(float pitch) XYZYP.setPitch
(float pitch) ImmutableXYZYP.setX
(double x) XYZYP.setX
(double x) ImmutableXYZYP.setY
(double y) XYZYP.setY
(double y) ImmutableXYZYP.setYaw
(float yaw) XYZYP.setYaw
(float yaw) ImmutableXYZYP.setZ
(double z) XYZYP.setZ
(double z) ImmutableXYZYP.subtract
(double x, double y, double z) XYZYP.subtract
(double x, double y, double z) ImmutableXYZYP.zero()
XYZYP.zero()
Modifier and TypeMethodDescriptionCopies and sets the xyz coordinates and yaw/pitch coordinates from the given object