Scissors-Website/javadoc/1.19.4/org/bukkit/generator/BiomeParameterPoint.html
2023-04-02 20:49:18 -05:00

419 lines
22 KiB
HTML

<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>BiomeParameterPoint (Scissors-API 1.19.4-R0.1-SNAPSHOT API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.bukkit.generator, interface: BiomeParameterPoint">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
<script type="text/javascript" src="../../../script-dir/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
var pathtoroot = "../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/BiomeParameterPoint.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html#class">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-detail">Method</a></li>
</ul>
</div>
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.bukkit.generator</a></div>
<h1 title="Interface BiomeParameterPoint" class="title">Interface BiomeParameterPoint</h1>
</div>
<section class="class-description" id="class-description">
<hr>
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">BiomeParameterPoint</span></div>
<div class="block">Represents the biome noise parameters which may be passed to a world
generator.</div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getContinentalness()" class="member-name-link">getContinentalness</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the continentalness of the biome at this point that is suggested by
the NoiseGenerator.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getDepth()" class="member-name-link">getDepth</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the depth of the biome at this point that is suggested by the
NoiseGenerator.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getErosion()" class="member-name-link">getErosion</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the erosion of the biome at this point that is suggested by the
NoiseGenerator.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getHumidity()" class="member-name-link">getHumidity</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the humidity of the biome at this point that is suggested by the
NoiseGenerator.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMaxContinentalness()" class="member-name-link">getMaxContinentalness</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the maximum continentalness that is possible.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMaxDepth()" class="member-name-link">getMaxDepth</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the maximum depth that is possible.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMaxErosion()" class="member-name-link">getMaxErosion</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the maximum erosion that is possible.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMaxHumidity()" class="member-name-link">getMaxHumidity</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the maximum humidity that is possible.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMaxTemperature()" class="member-name-link">getMaxTemperature</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the maximum temperature that is possible.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMaxWeirdness()" class="member-name-link">getMaxWeirdness</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the maximum weirdness that is possible.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMinContinentalness()" class="member-name-link">getMinContinentalness</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the minimum continentalness that is possible.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMinDepth()" class="member-name-link">getMinDepth</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the minimum depth that is possible.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMinErosion()" class="member-name-link">getMinErosion</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the minimum erosion that is possible.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMinHumidity()" class="member-name-link">getMinHumidity</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the minimum humidity that is possible.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMinTemperature()" class="member-name-link">getMinTemperature</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the minimum temperature that is possible.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getMinWeirdness()" class="member-name-link">getMinWeirdness</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the minimum weirdness that is possible.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getTemperature()" class="member-name-link">getTemperature</a>()</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the temperature of the biome at this point that is suggested by the
NoiseGenerator.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>double</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#getWeirdness()" class="member-name-link">getWeirdness</a>()</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Gets the weirdness of the biome at this point that is suggested by the
NoiseGenerator.</div>
</div>
</div>
</div>
</div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="getTemperature()">
<h3>getTemperature</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getTemperature</span>()</div>
<div class="block">Gets the temperature of the biome at this point that is suggested by the
NoiseGenerator.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The temperature of the biome at this point</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMaxTemperature()">
<h3>getMaxTemperature</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMaxTemperature</span>()</div>
<div class="block">Gets the maximum temperature that is possible.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The maximum temperature</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMinTemperature()">
<h3>getMinTemperature</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMinTemperature</span>()</div>
<div class="block">Gets the minimum temperature that is possible.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The minimum temperature</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getHumidity()">
<h3>getHumidity</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getHumidity</span>()</div>
<div class="block">Gets the humidity of the biome at this point that is suggested by the
NoiseGenerator.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The humidity of the biome at this point</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMaxHumidity()">
<h3>getMaxHumidity</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMaxHumidity</span>()</div>
<div class="block">Gets the maximum humidity that is possible.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The maximum humidity</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMinHumidity()">
<h3>getMinHumidity</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMinHumidity</span>()</div>
<div class="block">Gets the minimum humidity that is possible.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The minimum humidity</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getContinentalness()">
<h3>getContinentalness</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getContinentalness</span>()</div>
<div class="block">Gets the continentalness of the biome at this point that is suggested by
the NoiseGenerator.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The continentalness of the biome at this point</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMaxContinentalness()">
<h3>getMaxContinentalness</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMaxContinentalness</span>()</div>
<div class="block">Gets the maximum continentalness that is possible.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The maximum continentalness</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMinContinentalness()">
<h3>getMinContinentalness</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMinContinentalness</span>()</div>
<div class="block">Gets the minimum continentalness that is possible.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The minimum continentalness</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getErosion()">
<h3>getErosion</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getErosion</span>()</div>
<div class="block">Gets the erosion of the biome at this point that is suggested by the
NoiseGenerator.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The erosion of the biome at this point</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMaxErosion()">
<h3>getMaxErosion</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMaxErosion</span>()</div>
<div class="block">Gets the maximum erosion that is possible.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The maximum erosion</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMinErosion()">
<h3>getMinErosion</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMinErosion</span>()</div>
<div class="block">Gets the minimum erosion that is possible.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The minimum erosion</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getDepth()">
<h3>getDepth</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getDepth</span>()</div>
<div class="block">Gets the depth of the biome at this point that is suggested by the
NoiseGenerator.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The depth of the biome at this point</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMaxDepth()">
<h3>getMaxDepth</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMaxDepth</span>()</div>
<div class="block">Gets the maximum depth that is possible.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The maximum depth</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMinDepth()">
<h3>getMinDepth</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMinDepth</span>()</div>
<div class="block">Gets the minimum depth that is possible.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The minimum depth</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getWeirdness()">
<h3>getWeirdness</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getWeirdness</span>()</div>
<div class="block">Gets the weirdness of the biome at this point that is suggested by the
NoiseGenerator.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The weirdness of the biome at this point</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMaxWeirdness()">
<h3>getMaxWeirdness</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMaxWeirdness</span>()</div>
<div class="block">Gets the maximum weirdness that is possible.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The maximum weirdness</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="getMinWeirdness()">
<h3>getMinWeirdness</h3>
<div class="member-signature"><span class="return-type">double</span>&nbsp;<span class="element-name">getMinWeirdness</span>()</div>
<div class="block">Gets the minimum weirdness that is possible.</div>
<dl class="notes">
<dt>Returns:</dt>
<dd>The minimum weirdness</dd>
</dl>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
</div>
</div>
</body>
</html>