Uses of Class
de.marcely.bedwars.tools.location.XYZYP
Packages that use XYZYP
Package
Description
Contains classes that are related to the
Arena
.Classes used for representing locations within a world.
-
Uses of XYZYP in de.marcely.bedwars.api.arena
Methods in de.marcely.bedwars.api.arena that return XYZYPModifier 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.Methods in de.marcely.bedwars.api.arena with parameters of type XYZYPModifier 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
Subclasses of XYZYP in de.marcely.bedwars.tools.locationMethods in de.marcely.bedwars.tools.location that return XYZYPModifier 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()
Methods in de.marcely.bedwars.tools.location with parameters of type XYZYPModifier and TypeMethodDescriptionCopies and sets the xyz coordinates and yaw/pitch coordinates from the given objectConstructors in de.marcely.bedwars.tools.location with parameters of type XYZYP