Uses of Class
de.marcely.bedwars.tools.location.IntXYZ
Packages that use IntXYZ
Package
Description
Contains classes that are related to the 
Arena.Classes used for representing locations within a world.
- 
Uses of IntXYZ in de.marcely.bedwars.api.arenaMethods in de.marcely.bedwars.api.arena with parameters of type IntXYZModifier and TypeMethodDescriptionSpawner[]Arena.getSpawnersAtLocation(IntXYZ location) Returns all spawners that are located at that block/location@Nullable TeamArena.getTeamByBedBlock(IntXYZ loc) Returns the team that owns the bed part at the given location.booleanChecks whether the given location is inside the arena.
- 
Uses of IntXYZ in de.marcely.bedwars.tools.locationMethods in de.marcely.bedwars.tools.location that return IntXYZModifier and TypeMethodDescriptionIntXYZ.add(int x, int y, int z) Adds the x-coordinatesIntXYZ.clone()static IntXYZIntXYZ.deserialize(Map<String, Object> data) Required method for deserializationIntXYZ.multiply(int amount) IntXYZ.multiply(int x, int y, int z) IntXYZ.set(int x, int y, int z) Sets the new coordinatesCopies and sets the xyz coordinates from the given objectCopies and sets the xyz coordinates from the given blockCopies and sets the xyz coordinates from the given objectIntXYZ.setX(int x) Sets the x-coordinateIntXYZ.setY(int y) Sets the y-coordinateIntXYZ.setZ(int z) Sets the z-coordinateIntXYZ.subtract(int x, int y, int z) IntXYZ.zero()Sets all coordinates to 0Methods in de.marcely.bedwars.tools.location with parameters of type IntXYZModifier and TypeMethodDescriptiondoubledoubleIntXYZ.distanceSquared(IntXYZ o) Copies and sets the xyz coordinates from the given objectConstructors in de.marcely.bedwars.tools.location with parameters of type IntXYZ