Uses of Enum Class
org.bukkit.HeightMap
Packages that use HeightMap
Package
Description
Arguments.
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
Methods in io.papermc.paper.command.brigadier.argument that return types with arguments of type HeightMap - 
Uses of HeightMap in moe.caramel.daydream.brigadier
Fields in moe.caramel.daydream.brigadier with type parameters of type HeightMapModifier and TypeFieldDescriptionstatic final SimpleArgument<HeightMap> Arguments.HEIGHT_MAPDeprecated, for removal: This API element is subject to removal in a future version.Example: "world_surface", "ocean_floor", "motion_blocking", "motion_blocking_no_leaves"Methods in moe.caramel.daydream.brigadier that return HeightMapModifier and TypeMethodDescriptionstatic HeightMapResolvers.heightMap(com.mojang.brigadier.context.CommandContext<CommandSourceStack> context, String name) 명령어 컨텍스트와 주어진 인수 이름으로부터 하이트 맵을 해석합니다. - 
Uses of HeightMap in org.bukkit
Methods in org.bukkit that return HeightMapModifier and TypeMethodDescriptionstatic HeightMapReturns 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.Methods in org.bukkit with parameters of type HeightMapModifier and TypeMethodDescriptionWorld.getHighestBlockAt(int x, int z, @NotNull HeightMap heightMap) Gets the highest block corresponding to theHeightMapat the given coordinates.World.getHighestBlockAt(@NotNull Location location, @NotNull HeightMap heightMap) Gets the highest block corresponding to theHeightMapat the given coordinates.intRegionAccessor.getHighestBlockYAt(int x, int z, @NotNull HeightMap heightMap) Gets the highest coordinate corresponding to theHeightMapat the given coordinates.intRegionAccessor.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
Methods in org.bukkit.generator with parameters of type HeightMapModifier and TypeMethodDescriptionintChunkGenerator.getBaseHeight(@NotNull WorldInfo worldInfo, @NotNull Random random, int x, int z, @NotNull HeightMap heightMap) This method is similar toWorld.getHighestBlockAt(int, int, HeightMap).intChunkGenerator.ChunkData.getHeight(@NotNull HeightMap heightMap, @org.jetbrains.annotations.Range(from=0L, to=15L) int x, @org.jetbrains.annotations.Range(from=0L, to=15L) int z) Get the current height of a position in the chunk data.