Uses of Enum
org.bukkit.HeightMap
Packages that use HeightMap
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes to facilitate
world
generation
implementation.-
Uses of HeightMap in org.bukkit
Methods in org.bukkit that return HeightMapModifier and TypeMethodDescriptionstatic HeightMap
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 HeightMapModifier and TypeMethodDescriptionWorld.getHighestBlockAt
(int x, int z, HeightMap heightMap) Gets the highest block corresponding to theHeightMap
at the given coordinates.World.getHighestBlockAt
(Location location, HeightMap heightMap) Gets the highest block corresponding to theHeightMap
at the given coordinates.int
RegionAccessor.getHighestBlockYAt
(int x, int z, HeightMap heightMap) Gets the highest coordinate corresponding to theHeightMap
at the given coordinates.int
RegionAccessor.getHighestBlockYAt
(Location location, HeightMap heightMap) -
Uses of HeightMap in org.bukkit.generator
Methods in org.bukkit.generator with parameters of type HeightMapModifier and TypeMethodDescriptionint
ChunkGenerator.getBaseHeight
(WorldInfo worldInfo, Random random, int x, int z, HeightMap heightMap) This method is similar toWorld.getHighestBlockAt(int, int, HeightMap)
.