diff options
| author | Foghrye4 <foghrye4@gmail.com> | 2017-06-17 08:12:18 +0300 |
|---|---|---|
| committer | Foghrye4 <foghrye4@gmail.com> | 2017-06-17 08:12:18 +0300 |
| commit | dc3df3edd5843bde0c1335d6a8e460b2c832aa48 (patch) | |
| tree | af13bfeee567f2351e35e1ef176d168fe37c8aac /javadoc/net/minecraftforge/fluids/Fluid.html | |
| parent | 1da8dcd58647e34c9af94ceeecaeaf3b0d08c48c (diff) | |
full project files
Diffstat (limited to 'javadoc/net/minecraftforge/fluids/Fluid.html')
| -rw-r--r-- | javadoc/net/minecraftforge/fluids/Fluid.html | 1169 |
1 files changed, 1169 insertions, 0 deletions
diff --git a/javadoc/net/minecraftforge/fluids/Fluid.html b/javadoc/net/minecraftforge/fluids/Fluid.html new file mode 100644 index 0000000..0b91ec0 --- /dev/null +++ b/javadoc/net/minecraftforge/fluids/Fluid.html @@ -0,0 +1,1169 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- NewPage --> +<html lang="en"> +<head> +<!-- Generated by javadoc (version 1.7.0_65) on Thu Feb 05 20:10:17 EST 2015 --> +<title>Fluid (Forge API)</title> +<meta name="date" content="2015-02-05"> +<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> +</head> +<body> +<script type="text/javascript"><!-- + if (location.href.indexOf('is-external=true') == -1) { + parent.document.title="Fluid (Forge API)"; + } +//--> +</script> +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<!-- ========= START OF TOP NAVBAR ======= --> +<div class="topNav"><a name="navbar_top"> +<!-- --> +</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</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">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../net/minecraftforge/fluids/BlockFluidFinite.html" title="class in net.minecraftforge.fluids"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraftforge/fluids/FluidContainerRegistry.html" title="class in net.minecraftforge.fluids"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraftforge/fluids/Fluid.html" target="_top">Frames</a></li> +<li><a href="Fluid.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_top"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_top"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_top"> +<!-- --> +</a></div> +<!-- ========= END OF TOP NAVBAR ========= --> +<!-- ======== START OF CLASS DATA ======== --> +<div class="header"> +<div class="subTitle">net.minecraftforge.fluids</div> +<h2 title="Class Fluid" class="title">Class Fluid</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>net.minecraftforge.fluids.Fluid</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<hr> +<br> +<pre>public class <span class="strong">Fluid</span> +extends java.lang.Object</pre> +<div class="block">Minecraft Forge Fluid Implementation + + This class is a fluid (liquid or gas) equivalent to "Item." It describes the nature of a fluid + and contains its general properties. + + These properties do not have inherent gameplay mechanics - they are provided so that mods may + choose to take advantage of them. + + Fluid implementations are not required to actively use these properties, nor are objects + interfacing with fluids required to make use of them, but it is encouraged. + + The default values can be used as a reference point for mods adding fluids such as oil or heavy + water.</div> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- =========== FIELD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_summary"> +<!-- --> +</a> +<h3>Field Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> +<caption><span>Fields</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Field and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#block">block</a></strong></code> +<div class="block">If there is a Block implementation of the Fluid, the Block is linked here.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#density">density</a></strong></code> +<div class="block">Density of the fluid - completely arbitrary; negative density indicates that the fluid is + lighter than air.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#flowingIcon">flowingIcon</a></strong></code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#fluidName">fluidName</a></strong></code> +<div class="block">The unique identification name for this fluid.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#isGaseous">isGaseous</a></strong></code> +<div class="block">This indicates if the fluid is gaseous.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#luminosity">luminosity</a></strong></code> +<div class="block">The light level emitted by this fluid.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected <a href="../../../net/minecraft/item/EnumRarity.html" title="enum in net.minecraft.item">EnumRarity</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#rarity">rarity</a></strong></code> +<div class="block">The rarity of the fluid.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#stillIcon">stillIcon</a></strong></code> +<div class="block">The Icons for this fluid.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#temperature">temperature</a></strong></code> +<div class="block">Temperature of the fluid - completely arbitrary; higher temperature indicates that the fluid is + hotter than air.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>protected java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#unlocalizedName">unlocalizedName</a></strong></code> +<div class="block">The unlocalized name of this fluid.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>protected int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#viscosity">viscosity</a></strong></code> +<div class="block">Viscosity ("thickness") of the fluid - completely arbitrary; negative values are not + permissible.</div> +</td> +</tr> +</table> +</li> +</ul> +<!-- ======== CONSTRUCTOR SUMMARY ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_summary"> +<!-- --> +</a> +<h3>Constructor Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> +<caption><span>Constructors</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colOne" scope="col">Constructor and Description</th> +</tr> +<tr class="altColor"> +<td class="colOne"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#Fluid(java.lang.String)">Fluid</a></strong>(java.lang.String fluidName)</code> </td> +</tr> +</table> +</li> +</ul> +<!-- ========== METHOD SUMMARY =========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_summary"> +<!-- --> +</a> +<h3>Method Summary</h3> +<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> +<caption><span>Methods</span><span class="tabEnd"> </span></caption> +<tr> +<th class="colFirst" scope="col">Modifier and Type</th> +<th class="colLast" scope="col">Method and Description</th> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#canBePlacedInWorld()">canBePlacedInWorld</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getBlock()">getBlock</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getColor()">getColor</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getColor(net.minecraftforge.fluids.FluidStack)">getColor</a></strong>(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getColor(net.minecraft.world.World,%20int,%20int,%20int)">getColor</a></strong>(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getDensity()">getDensity</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getDensity(net.minecraftforge.fluids.FluidStack)">getDensity</a></strong>(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getDensity(net.minecraft.world.World,%20int,%20int,%20int)">getDensity</a></strong>(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getFlowingIcon()">getFlowingIcon</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getIcon()">getIcon</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getIcon(net.minecraftforge.fluids.FluidStack)">getIcon</a></strong>(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getIcon(net.minecraft.world.World,%20int,%20int,%20int)">getIcon</a></strong>(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getID()">getID</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getLocalizedName()">getLocalizedName</a></strong>()</code> +<div class="block"><strong>Deprecated.</strong> </div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getLocalizedName(net.minecraftforge.fluids.FluidStack)">getLocalizedName</a></strong>(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</code> +<div class="block">Returns the localized name of this fluid.</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getLuminosity()">getLuminosity</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getLuminosity(net.minecraftforge.fluids.FluidStack)">getLuminosity</a></strong>(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getLuminosity(net.minecraft.world.World,%20int,%20int,%20int)">getLuminosity</a></strong>(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getName()">getName</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/item/EnumRarity.html" title="enum in net.minecraft.item">EnumRarity</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getRarity()">getRarity</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/item/EnumRarity.html" title="enum in net.minecraft.item">EnumRarity</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getRarity(net.minecraftforge.fluids.FluidStack)">getRarity</a></strong>(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/item/EnumRarity.html" title="enum in net.minecraft.item">EnumRarity</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getRarity(net.minecraft.world.World,%20int,%20int,%20int)">getRarity</a></strong>(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getSpriteNumber()">getSpriteNumber</a></strong>()</code> +<div class="block">Returns 0 for "/terrain.png".</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getStillIcon()">getStillIcon</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getTemperature()">getTemperature</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getTemperature(net.minecraftforge.fluids.FluidStack)">getTemperature</a></strong>(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getTemperature(net.minecraft.world.World,%20int,%20int,%20int)">getTemperature</a></strong>(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getUnlocalizedName()">getUnlocalizedName</a></strong>()</code> +<div class="block">Returns the unlocalized name of this fluid.</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>java.lang.String</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getUnlocalizedName(net.minecraftforge.fluids.FluidStack)">getUnlocalizedName</a></strong>(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</code> +<div class="block">A FluidStack sensitive version of getUnlocalizedName</div> +</td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getViscosity()">getViscosity</a></strong>()</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getViscosity(net.minecraftforge.fluids.FluidStack)">getViscosity</a></strong>(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>int</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#getViscosity(net.minecraft.world.World,%20int,%20int,%20int)">getViscosity</a></strong>(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#isGaseous()">isGaseous</a></strong>()</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#isGaseous(net.minecraftforge.fluids.FluidStack)">isGaseous</a></strong>(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code>boolean</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#isGaseous(net.minecraft.world.World,%20int,%20int,%20int)">isGaseous</a></strong>(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#registerLegacyName(java.lang.String,%20java.lang.String)">registerLegacyName</a></strong>(java.lang.String legacyName, + java.lang.String canonicalName)</code> +<div class="block">Register a legacy liquid name with the Fluids system</div> +</td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#setBlock(net.minecraft.block.Block)">setBlock</a></strong>(<a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#setDensity(int)">setDensity</a></strong>(int density)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#setFlowingIcon(net.minecraft.util.IIcon)">setFlowingIcon</a></strong>(<a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> flowingIcon)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#setGaseous(boolean)">setGaseous</a></strong>(boolean isGaseous)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#setIcons(net.minecraft.util.IIcon)">setIcons</a></strong>(<a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> commonIcon)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#setIcons(net.minecraft.util.IIcon,%20net.minecraft.util.IIcon)">setIcons</a></strong>(<a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> stillIcon, + <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> flowingIcon)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#setLuminosity(int)">setLuminosity</a></strong>(int luminosity)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#setRarity(net.minecraft.item.EnumRarity)">setRarity</a></strong>(<a href="../../../net/minecraft/item/EnumRarity.html" title="enum in net.minecraft.item">EnumRarity</a> rarity)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#setStillIcon(net.minecraft.util.IIcon)">setStillIcon</a></strong>(<a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> stillIcon)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#setTemperature(int)">setTemperature</a></strong>(int temperature)</code> </td> +</tr> +<tr class="altColor"> +<td class="colFirst"><code><a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#setUnlocalizedName(java.lang.String)">setUnlocalizedName</a></strong>(java.lang.String unlocalizedName)</code> </td> +</tr> +<tr class="rowColor"> +<td class="colFirst"><code><a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a></code></td> +<td class="colLast"><code><strong><a href="../../../net/minecraftforge/fluids/Fluid.html#setViscosity(int)">setViscosity</a></strong>(int viscosity)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ============ FIELD DETAIL =========== --> +<ul class="blockList"> +<li class="blockList"><a name="field_detail"> +<!-- --> +</a> +<h3>Field Detail</h3> +<a name="fluidName"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>fluidName</h4> +<pre>protected final java.lang.String fluidName</pre> +<div class="block">The unique identification name for this fluid.</div> +</li> +</ul> +<a name="unlocalizedName"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>unlocalizedName</h4> +<pre>protected java.lang.String unlocalizedName</pre> +<div class="block">The unlocalized name of this fluid.</div> +</li> +</ul> +<a name="stillIcon"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>stillIcon</h4> +<pre>protected <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> stillIcon</pre> +<div class="block">The Icons for this fluid.</div> +</li> +</ul> +<a name="flowingIcon"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>flowingIcon</h4> +<pre>protected <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> flowingIcon</pre> +</li> +</ul> +<a name="luminosity"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>luminosity</h4> +<pre>protected int luminosity</pre> +<div class="block">The light level emitted by this fluid. + + Default value is 0, as most fluids do not actively emit light.</div> +</li> +</ul> +<a name="density"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>density</h4> +<pre>protected int density</pre> +<div class="block">Density of the fluid - completely arbitrary; negative density indicates that the fluid is + lighter than air. + + Default value is approximately the real-life density of water in kg/m^3.</div> +</li> +</ul> +<a name="temperature"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>temperature</h4> +<pre>protected int temperature</pre> +<div class="block">Temperature of the fluid - completely arbitrary; higher temperature indicates that the fluid is + hotter than air. + + Default value is approximately the real-life room temperature of water in degrees Kelvin.</div> +</li> +</ul> +<a name="viscosity"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>viscosity</h4> +<pre>protected int viscosity</pre> +<div class="block">Viscosity ("thickness") of the fluid - completely arbitrary; negative values are not + permissible. + + Default value is approximately the real-life density of water in m/s^2 (x10^-3).</div> +</li> +</ul> +<a name="isGaseous"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isGaseous</h4> +<pre>protected boolean isGaseous</pre> +<div class="block">This indicates if the fluid is gaseous. + + Useful for rendering the fluid in containers and the world. + + Generally this is associated with negative density fluids.</div> +</li> +</ul> +<a name="rarity"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>rarity</h4> +<pre>protected <a href="../../../net/minecraft/item/EnumRarity.html" title="enum in net.minecraft.item">EnumRarity</a> rarity</pre> +<div class="block">The rarity of the fluid. + + Used primarily in tool tips.</div> +</li> +</ul> +<a name="block"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>block</h4> +<pre>protected <a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block</pre> +<div class="block">If there is a Block implementation of the Fluid, the Block is linked here. + + The default value of null should remain for any Fluid without a Block implementation.</div> +</li> +</ul> +</li> +</ul> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor_detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="Fluid(java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>Fluid</h4> +<pre>public Fluid(java.lang.String fluidName)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method_detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="setUnlocalizedName(java.lang.String)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setUnlocalizedName</h4> +<pre>public <a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a> setUnlocalizedName(java.lang.String unlocalizedName)</pre> +</li> +</ul> +<a name="setBlock(net.minecraft.block.Block)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setBlock</h4> +<pre>public <a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a> setBlock(<a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> block)</pre> +</li> +</ul> +<a name="setLuminosity(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setLuminosity</h4> +<pre>public <a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a> setLuminosity(int luminosity)</pre> +</li> +</ul> +<a name="setDensity(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setDensity</h4> +<pre>public <a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a> setDensity(int density)</pre> +</li> +</ul> +<a name="setTemperature(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setTemperature</h4> +<pre>public <a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a> setTemperature(int temperature)</pre> +</li> +</ul> +<a name="setViscosity(int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setViscosity</h4> +<pre>public <a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a> setViscosity(int viscosity)</pre> +</li> +</ul> +<a name="setGaseous(boolean)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setGaseous</h4> +<pre>public <a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a> setGaseous(boolean isGaseous)</pre> +</li> +</ul> +<a name="setRarity(net.minecraft.item.EnumRarity)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setRarity</h4> +<pre>public <a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a> setRarity(<a href="../../../net/minecraft/item/EnumRarity.html" title="enum in net.minecraft.item">EnumRarity</a> rarity)</pre> +</li> +</ul> +<a name="getName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getName</h4> +<pre>public final java.lang.String getName()</pre> +</li> +</ul> +<a name="getID()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getID</h4> +<pre>public final int getID()</pre> +</li> +</ul> +<a name="getBlock()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getBlock</h4> +<pre>public final <a href="../../../net/minecraft/block/Block.html" title="class in net.minecraft.block">Block</a> getBlock()</pre> +</li> +</ul> +<a name="canBePlacedInWorld()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>canBePlacedInWorld</h4> +<pre>public final boolean canBePlacedInWorld()</pre> +</li> +</ul> +<a name="getLocalizedName(net.minecraftforge.fluids.FluidStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getLocalizedName</h4> +<pre>public java.lang.String getLocalizedName(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</pre> +<div class="block">Returns the localized name of this fluid.</div> +</li> +</ul> +<a name="getLocalizedName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getLocalizedName</h4> +<pre>@Deprecated +public java.lang.String getLocalizedName()</pre> +<div class="block"><span class="strong">Deprecated.</span> </div> +<div class="block">Use the FluidStack sensitive version above</div> +</li> +</ul> +<a name="getUnlocalizedName(net.minecraftforge.fluids.FluidStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getUnlocalizedName</h4> +<pre>public java.lang.String getUnlocalizedName(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</pre> +<div class="block">A FluidStack sensitive version of getUnlocalizedName</div> +</li> +</ul> +<a name="getUnlocalizedName()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getUnlocalizedName</h4> +<pre>public java.lang.String getUnlocalizedName()</pre> +<div class="block">Returns the unlocalized name of this fluid.</div> +</li> +</ul> +<a name="getSpriteNumber()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getSpriteNumber</h4> +<pre>public final int getSpriteNumber()</pre> +<div class="block">Returns 0 for "/terrain.png". ALL FLUID TEXTURES MUST BE ON THIS SHEET.</div> +</li> +</ul> +<a name="getLuminosity()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getLuminosity</h4> +<pre>public final int getLuminosity()</pre> +</li> +</ul> +<a name="getDensity()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDensity</h4> +<pre>public final int getDensity()</pre> +</li> +</ul> +<a name="getTemperature()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTemperature</h4> +<pre>public final int getTemperature()</pre> +</li> +</ul> +<a name="getViscosity()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getViscosity</h4> +<pre>public final int getViscosity()</pre> +</li> +</ul> +<a name="isGaseous()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isGaseous</h4> +<pre>public final boolean isGaseous()</pre> +</li> +</ul> +<a name="getRarity()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRarity</h4> +<pre>public <a href="../../../net/minecraft/item/EnumRarity.html" title="enum in net.minecraft.item">EnumRarity</a> getRarity()</pre> +</li> +</ul> +<a name="getColor()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getColor</h4> +<pre>public int getColor()</pre> +</li> +</ul> +<a name="setStillIcon(net.minecraft.util.IIcon)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setStillIcon</h4> +<pre>public final <a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a> setStillIcon(<a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> stillIcon)</pre> +</li> +</ul> +<a name="setFlowingIcon(net.minecraft.util.IIcon)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setFlowingIcon</h4> +<pre>public final <a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a> setFlowingIcon(<a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> flowingIcon)</pre> +</li> +</ul> +<a name="setIcons(net.minecraft.util.IIcon, net.minecraft.util.IIcon)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setIcons</h4> +<pre>public final <a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a> setIcons(<a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> stillIcon, + <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> flowingIcon)</pre> +</li> +</ul> +<a name="setIcons(net.minecraft.util.IIcon)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>setIcons</h4> +<pre>public final <a href="../../../net/minecraftforge/fluids/Fluid.html" title="class in net.minecraftforge.fluids">Fluid</a> setIcons(<a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> commonIcon)</pre> +</li> +</ul> +<a name="getIcon()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getIcon</h4> +<pre>public <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> getIcon()</pre> +</li> +</ul> +<a name="getStillIcon()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getStillIcon</h4> +<pre>public <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> getStillIcon()</pre> +</li> +</ul> +<a name="getFlowingIcon()"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getFlowingIcon</h4> +<pre>public <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> getFlowingIcon()</pre> +</li> +</ul> +<a name="getLuminosity(net.minecraftforge.fluids.FluidStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getLuminosity</h4> +<pre>public int getLuminosity(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</pre> +</li> +</ul> +<a name="getDensity(net.minecraftforge.fluids.FluidStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDensity</h4> +<pre>public int getDensity(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</pre> +</li> +</ul> +<a name="getTemperature(net.minecraftforge.fluids.FluidStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTemperature</h4> +<pre>public int getTemperature(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</pre> +</li> +</ul> +<a name="getViscosity(net.minecraftforge.fluids.FluidStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getViscosity</h4> +<pre>public int getViscosity(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</pre> +</li> +</ul> +<a name="isGaseous(net.minecraftforge.fluids.FluidStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isGaseous</h4> +<pre>public boolean isGaseous(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</pre> +</li> +</ul> +<a name="getRarity(net.minecraftforge.fluids.FluidStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRarity</h4> +<pre>public <a href="../../../net/minecraft/item/EnumRarity.html" title="enum in net.minecraft.item">EnumRarity</a> getRarity(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</pre> +</li> +</ul> +<a name="getColor(net.minecraftforge.fluids.FluidStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getColor</h4> +<pre>public int getColor(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</pre> +</li> +</ul> +<a name="getIcon(net.minecraftforge.fluids.FluidStack)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getIcon</h4> +<pre>public <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> getIcon(<a href="../../../net/minecraftforge/fluids/FluidStack.html" title="class in net.minecraftforge.fluids">FluidStack</a> stack)</pre> +</li> +</ul> +<a name="getLuminosity(net.minecraft.world.World, int, int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getLuminosity</h4> +<pre>public int getLuminosity(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</pre> +</li> +</ul> +<a name="getDensity(net.minecraft.world.World, int, int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDensity</h4> +<pre>public int getDensity(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</pre> +</li> +</ul> +<a name="getTemperature(net.minecraft.world.World, int, int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTemperature</h4> +<pre>public int getTemperature(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</pre> +</li> +</ul> +<a name="getViscosity(net.minecraft.world.World, int, int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getViscosity</h4> +<pre>public int getViscosity(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</pre> +</li> +</ul> +<a name="isGaseous(net.minecraft.world.World, int, int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>isGaseous</h4> +<pre>public boolean isGaseous(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</pre> +</li> +</ul> +<a name="getRarity(net.minecraft.world.World, int, int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getRarity</h4> +<pre>public <a href="../../../net/minecraft/item/EnumRarity.html" title="enum in net.minecraft.item">EnumRarity</a> getRarity(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</pre> +</li> +</ul> +<a name="getColor(net.minecraft.world.World, int, int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getColor</h4> +<pre>public int getColor(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</pre> +</li> +</ul> +<a name="getIcon(net.minecraft.world.World, int, int, int)"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getIcon</h4> +<pre>public <a href="../../../net/minecraft/util/IIcon.html" title="interface in net.minecraft.util">IIcon</a> getIcon(<a href="../../../net/minecraft/world/World.html" title="class in net.minecraft.world">World</a> world, + int x, + int y, + int z)</pre> +</li> +</ul> +<a name="registerLegacyName(java.lang.String, java.lang.String)"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>registerLegacyName</h4> +<pre>public static void registerLegacyName(java.lang.String legacyName, + java.lang.String canonicalName)</pre> +<div class="block">Register a legacy liquid name with the Fluids system</div> +<dl><dt><span class="strong">Parameters:</span></dt><dd><code>legacyName</code> - The legacy name to recognize</dd><dd><code>canonicalName</code> - The canonical fluid name it will become</dd></dl> +</li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +</div> +<!-- ========= END OF CLASS DATA ========= --> +<!-- ======= START OF BOTTOM NAVBAR ====== --> +<div class="bottomNav"><a name="navbar_bottom"> +<!-- --> +</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> +<!-- --> +</a> +<ul class="navList" title="Navigation"> +<li><a href="../../../overview-summary.html">Overview</a></li> +<li><a href="package-summary.html">Package</a></li> +<li class="navBarCell1Rev">Class</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">Help</a></li> +</ul> +</div> +<div class="subNav"> +<ul class="navList"> +<li><a href="../../../net/minecraftforge/fluids/BlockFluidFinite.html" title="class in net.minecraftforge.fluids"><span class="strong">Prev Class</span></a></li> +<li><a href="../../../net/minecraftforge/fluids/FluidContainerRegistry.html" title="class in net.minecraftforge.fluids"><span class="strong">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../index.html?net/minecraftforge/fluids/Fluid.html" target="_top">Frames</a></li> +<li><a href="Fluid.html" target="_top">No Frames</a></li> +</ul> +<ul class="navList" id="allclasses_navbar_bottom"> +<li><a href="../../../allclasses-noframe.html">All Classes</a></li> +</ul> +<div> +<script type="text/javascript"><!-- + allClassesLink = document.getElementById("allclasses_navbar_bottom"); + if(window==top) { + allClassesLink.style.display = "block"; + } + else { + allClassesLink.style.display = "none"; + } + //--> +</script> +</div> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li><a href="#field_summary">Field</a> | </li> +<li><a href="#constructor_summary">Constr</a> | </li> +<li><a href="#method_summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li><a href="#field_detail">Field</a> | </li> +<li><a href="#constructor_detail">Constr</a> | </li> +<li><a href="#method_detail">Method</a></li> +</ul> +</div> +<a name="skip-navbar_bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> |
