Uses of Class
org.bukkit.HeightMap
-
Packages that use HeightMap Package Description org.bukkit The root package of the Bukkit API, contains generalized API classes. -
-
Uses of HeightMap in org.bukkit
Methods in org.bukkit that return HeightMap Modifier and Type Method Description static HeightMapHeightMap. valueOf(String name)Returns the enum constant of this type with the specified name.static HeightMap[]HeightMap. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit with parameters of type HeightMap Modifier and Type Method Description @NotNull BlockWorld. getHighestBlockAt(int x, int z, @NotNull HeightMap heightMap)Gets the highest block corresponding to theHeightMapat the given coordinates.@NotNull BlockWorld. 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)
-