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