|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBlockLiquid
Implementors of this interface are a liquid which may receive a block implementation and can be placed in the world.
Nested Class Summary | |
---|---|
static class |
IBlockLiquid.BlockType
Controls the type of block that is generated by this IBlockLiquid |
Method Summary | |
---|---|
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. |
Methods inherited from interface net.minecraftforge.liquids.ILiquid |
---|
isMetaSensitive, stillLiquidId, stillLiquidMeta |
Method Detail |
---|
boolean willGenerateSources()
int getFlowDistance()
byte[] getLiquidRGB()
String getLiquidBlockTextureFile()
NBTTagCompound getLiquidProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |