YATS/Forge Documentation
|
Classes | |
enum | BlockType |
Public Member Functions | |
boolean | willGenerateSources () |
int | getFlowDistance () |
byte[] | getLiquidRGB () |
String | getLiquidBlockTextureFile () |
NBTTagCompound | getLiquidProperties () |
Public Member Functions inherited from net.minecraftforge.liquids.ILiquid | |
int | stillLiquidId () |
boolean | isMetaSensitive () |
int | stillLiquidMeta () |
Implementors of this interface are a liquid which may receive a block implementation and can be placed in the world.
int net.minecraftforge.liquids.IBlockLiquid.getFlowDistance | ( | ) |
String net.minecraftforge.liquids.IBlockLiquid.getLiquidBlockTextureFile | ( | ) |
Get the texture file for rendering the liquid
NBTTagCompound net.minecraftforge.liquids.IBlockLiquid.getLiquidProperties | ( | ) |
Custom properties of the liquid.
byte [] net.minecraftforge.liquids.IBlockLiquid.getLiquidRGB | ( | ) |
boolean net.minecraftforge.liquids.IBlockLiquid.willGenerateSources | ( | ) |
Can this liquid, when placed in a specific configuration, generate new source blocks of the liquid.