public class FluidGroup
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FluidGroup.FluidElement |
static class |
FluidGroup.NoSuchFluidException |
| Constructor and Description |
|---|
FluidGroup() |
| Modifier and Type | Method and Description |
|---|---|
org.lwjgl.util.Color |
getAverageColor() |
FluidGroup.FluidElement |
getFluidElementByFluid(net.minecraftforge.fluids.Fluid fluid)
Finds the fluid element with the given fluid.
|
public org.lwjgl.util.Color getAverageColor()
public FluidGroup.FluidElement getFluidElementByFluid(net.minecraftforge.fluids.Fluid fluid)
fluid - Fluid that needs to be matched.