|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.block.material.Material
net.minecraft.block.material.MaterialLiquid
public class MaterialLiquid
Field Summary |
---|
Fields inherited from class net.minecraft.block.material.Material |
---|
air, anvil, cactus, cake, circuits, clay, cloth, coral, craftedSnow, dragonEgg, fire, glass, grass, ground, ice, iron, lava, leaves, materialMapColor, piston, plants, portal, pumpkin, redstoneLight, rock, sand, snow, sponge, tnt, vine, water, web, wood |
Constructor Summary | |
---|---|
MaterialLiquid(MapColor par1MapColor)
|
Method Summary | |
---|---|
boolean |
blocksMovement()
Returns if this material is considered solid or not |
boolean |
isLiquid()
Returns if blocks of these materials are liquids. |
boolean |
isSolid()
|
Methods inherited from class net.minecraft.block.material.Material |
---|
func_85157_q, getCanBlockGrass, getCanBurn, getMaterialMobility, isOpaque, isReplaceable, isToolNotRequired, setReplaceable |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MaterialLiquid(MapColor par1MapColor)
Method Detail |
---|
public boolean isLiquid()
isLiquid
in class Material
public boolean blocksMovement()
blocksMovement
in class Material
public boolean isSolid()
isSolid
in class Material
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |