Uses of Enum Class
org.bukkit.HeightMap
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes to facilitate
world
generation
implementation.-
Uses of HeightMap in io.papermc.paper.command.brigadier.argument
-
Uses of HeightMap in org.bukkit
Modifier and TypeMethodDescriptionstatic HeightMap
Returns 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.Modifier and TypeMethodDescriptionWorld.getHighestBlockAt
(int x, int z, @NotNull HeightMap heightMap) Gets the highest block corresponding to theHeightMap
at the given coordinates.World.getHighestBlockAt
(@NotNull Location location, @NotNull HeightMap heightMap) Gets the highest block corresponding to theHeightMap
at the given coordinates.int
RegionAccessor.getHighestBlockYAt
(int x, int z, @NotNull HeightMap heightMap) Gets the highest coordinate corresponding to theHeightMap
at the given coordinates.int
RegionAccessor.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) -
Uses of HeightMap in org.bukkit.generator
Modifier and TypeMethodDescriptionint
ChunkGenerator.getBaseHeight
(@NotNull WorldInfo worldInfo, @NotNull Random random, int x, int z, @NotNull HeightMap heightMap) This method is similar toWorld.getHighestBlockAt(int, int, HeightMap)
.