public interface IBlockLiquid extends ILiquid
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
IBlockLiquid.BlockType
Controls the type of block that is generated by this IBlockLiquid 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getFlowDistance()  | 
String | 
getLiquidBlockTextureFile()
Get the texture file for rendering the liquid 
 | 
NBTTagCompound | 
getLiquidProperties()
Custom properties of the liquid. 
 | 
byte[] | 
getLiquidRGB()  | 
boolean | 
willGenerateSources()
Can this liquid, when placed in a specific configuration, generate new source blocks of the liquid. 
 | 
isMetaSensitive, stillLiquidId, stillLiquidMetaboolean willGenerateSources()
int getFlowDistance()
byte[] getLiquidRGB()
String getLiquidBlockTextureFile()
NBTTagCompound getLiquidProperties()