Uses of Enum Class
com.destroystokyo.paper.HeightmapType
Package
Description
The root package of the Bukkit API, contains generalized API classes.
-
Uses of HeightmapType in com.destroystokyo.paper
Modifier and TypeMethodDescriptionstatic HeightmapType
Deprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static HeightmapType[]
HeightmapType.values()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of HeightmapType in org.bukkit
Modifier and TypeMethodDescriptionWorld.getHighestBlockAt
(int x, int z, HeightmapType heightmap) Deprecated, for removal: This API element is subject to removal in a future version.World.getHighestBlockAt
(@NotNull Location location, HeightmapType heightmap) Deprecated, for removal: This API element is subject to removal in a future version.Upstream has added support for this, useWorld.getHighestBlockAt(Location, HeightMap)
int
World.getHighestBlockYAt
(int x, int z, HeightmapType heightmap) Deprecated, for removal: This API element is subject to removal in a future version.Upstream has added support for this, useRegionAccessor.getHighestBlockYAt(int, int, HeightMap)
default int
World.getHighestBlockYAt
(@NotNull Location location, HeightmapType heightmap) Deprecated, for removal: This API element is subject to removal in a future version.Upstream has added support for this, useRegionAccessor.getHighestBlockYAt(Location, HeightMap)
Location.toHighestLocation
(HeightmapType heightmap) Deprecated, for removal: This API element is subject to removal in a future version.
World.getHighestBlockAt(int, int, HeightMap)