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.Returns the enum constant of this class with the specified name.static HeightmapType[]
HeightmapType.values()
Deprecated.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.World.getHighestBlockAt
(@NotNull Location location, HeightmapType heightmap) Deprecated.Upstream has added support for this, useWorld.getHighestBlockAt(Location, HeightMap)
int
World.getHighestBlockYAt
(int x, int z, HeightmapType heightmap) Deprecated.Upstream has added support for this, useWorld.getHighestBlockYAt(int, int, HeightMap)
default int
World.getHighestBlockYAt
(@NotNull Location location, HeightmapType heightmap) Deprecated.Upstream has added support for this, useWorld.getHighestBlockYAt(Location, HeightMap)
Location.toHighestLocation
(HeightmapType heightmap) Deprecated.
World.getHighestBlockAt(int, int, HeightMap)