Uses of Enum Class
org.bukkit.HeightMap
Packages that use HeightMap
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of HeightMap in org.bukkit
Methods in org.bukkit that return HeightMapModifier and TypeMethodDescriptionstatic HeightMapReturns the enum constant of this class with the specified name.static HeightMap[]HeightMap.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.bukkit with parameters of type HeightMapModifier and TypeMethodDescriptionWorld.getHighestBlockAt(int x, int z, @NotNull HeightMap heightMap)Gets the highest block corresponding to theHeightMapat the given coordinates.World.getHighestBlockAt(@NotNull Location location, @NotNull HeightMap heightMap)Gets the highest block corresponding to theHeightMapat the given coordinates.intWorld.getHighestBlockYAt(int x, int z, @NotNull HeightMap heightMap)Gets the highest coordinate corresponding to theHeightMapat the given coordinates.intWorld.getHighestBlockYAt(@NotNull Location location, @NotNull HeightMap heightMap)Location.toHighestLocation(@NotNull HeightMap heightMap)Returns a copy of this location except with y = getWorld().getHighestBlockYAt(this.getBlockX(), this.getBlockZ(), heightMap)