<divclass="block">Classes to facilitate <ahref="../World.html"title="interface in org.bukkit"><code>world</code></a> generation
implementation.</div>
</div>
</div>
<sectionclass="class-uses">
<ulclass="block-list">
<li>
<sectionclass="detail"id="org.bukkit">
<h2>Uses of <ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a> in <ahref="../package-summary.html">org.bukkit</a></h2>
<divclass="caption"><span>Methods in <ahref="../package-summary.html">org.bukkit</a> that return <ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-first even-row-color"><code>static <ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a></code></div>
<divclass="col-second even-row-color"><spanclass="type-name-label">HeightMap.</span><code><ahref="../HeightMap.html#valueOf(java.lang.String)"class="member-name-link">valueOf</a><wbr>(<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a> name)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Returns the enum constant of this class with the specified name.</div>
</div>
<divclass="col-first odd-row-color"><code>static <ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a>[]</code></div>
<divclass="block">Returns an array containing the constants of this enum class, in
the order they are declared.</div>
</div>
</div>
<divclass="caption"><span>Methods in <ahref="../package-summary.html">org.bukkit</a> with parameters of type <ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-first even-row-color"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../block/Block.html"title="interface in org.bukkit.block">Block</a></code></div>
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a> heightMap)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Gets the highest block corresponding to the <ahref="../HeightMap.html"title="enum class in org.bukkit"><code>HeightMap</code></a> at the
given coordinates.</div>
</div>
<divclass="col-first odd-row-color"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../block/Block.html"title="interface in org.bukkit.block">Block</a></code></div>
<divclass="col-second odd-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#getHighestBlockAt(org.bukkit.Location,org.bukkit.HeightMap)"class="member-name-link">getHighestBlockAt</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a> heightMap)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Gets the highest block corresponding to the <ahref="../HeightMap.html"title="enum class in org.bukkit"><code>HeightMap</code></a> at the
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a> heightMap)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Gets the highest coordinate corresponding to the <ahref="../HeightMap.html"title="enum class in org.bukkit"><code>HeightMap</code></a> at the
<divclass="col-second odd-row-color"><spanclass="type-name-label">World.</span><code><ahref="../World.html#getHighestBlockYAt(org.bukkit.Location,org.bukkit.HeightMap)"class="member-name-link">getHighestBlockYAt</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a> location,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a> heightMap)</code></div>
<divclass="col-last odd-row-color">
<divclass="block">Gets the highest coordinate corresponding to the <ahref="../HeightMap.html"title="enum class in org.bukkit"><code>HeightMap</code></a> at the
given <ahref="../Location.html"title="class in org.bukkit"><code>Location</code></a>.</div>
</div>
<divclass="col-first even-row-color"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../Location.html"title="class in org.bukkit">Location</a></code></div>
<divclass="col-second even-row-color"><spanclass="type-name-label">Location.</span><code><ahref="../Location.html#toHighestLocation(org.bukkit.HeightMap)"class="member-name-link">toHighestLocation</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a> heightMap)</code></div>
<divclass="col-last even-row-color">
<divclass="block">Returns a copy of this location except with y = getWorld().getHighestBlockYAt(this.getBlockX(), this.getBlockZ(), heightMap)</div>
</div>
</div>
</section>
</li>
<li>
<sectionclass="detail"id="org.bukkit.generator">
<h2>Uses of <ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a> in <ahref="../generator/package-summary.html">org.bukkit.generator</a></h2>
<divclass="caption"><span>Methods in <ahref="../generator/package-summary.html">org.bukkit.generator</a> with parameters of type <ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a></span></div>
<divclass="summary-table three-column-summary">
<divclass="table-header col-first">Modifier and Type</div>
<divclass="col-second even-row-color"><spanclass="type-name-label">ChunkGenerator.</span><code><ahref="../generator/ChunkGenerator.html#getBaseHeight(org.bukkit.generator.WorldInfo,java.util.Random,int,int,org.bukkit.HeightMap)"class="member-name-link">getBaseHeight</a><wbr>(<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../generator/WorldInfo.html"title="interface in org.bukkit.generator">WorldInfo</a> worldInfo,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Random.html"title="class or interface in java.util"class="external-link">Random</a> random,
int x,
int z,
<ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="../HeightMap.html"title="enum class in org.bukkit">HeightMap</a> heightMap)</code></div>