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.arenaMethods in de.marcely.bedwars.api.arena that return XYZYPModifier and TypeMethodDescription@Nullable XYZYPArena.getSpectatorSpawn()Returns the spawnpoint of a spectator.@Nullable XYZYPArena.getTeamSpawn(Team team) Gets the spawn point of a team.Methods in de.marcely.bedwars.api.arena with parameters of type XYZYPModifier and TypeMethodDescriptionvoidArena.setSpectatorSpawn(@Nullable XYZYP location) Set the spawnpoint for spectators.booleanArena.setTeamSpawn(Team team, @Nullable XYZYP loc) Set the spawn point of a team.
- 
Uses of XYZYP in de.marcely.bedwars.tools.locationSubclasses 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 XYZYPXYZYP.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