|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBlockSecondaryProperties
This interface provides access to a number of secondary block properties through providing overrides to methods within world.class.
Method Summary | |
---|---|
boolean |
isAirBlock(net.minecraft.src.World world,
int i,
int j,
int k)
Return true if this block should be treated as an air block by the rest of the code, false otherwise. |
boolean |
isBlockBurning(net.minecraft.src.World world,
int i,
int j,
int k)
Return true if this block should set fire and deal fire damage to entities coming into contact with it, false otherwise. |
boolean |
isBlockNormalCube(net.minecraft.src.World world,
int i,
int j,
int k)
Return true if this block should be treated as a normal cube by game logic (this is independant of rendering), false otherwise. |
boolean |
isBlockReplaceable(net.minecraft.src.World world,
int i,
int j,
int k)
Return true if this block can be replaced by another by the player, false otherwise. |
Method Detail |
---|
boolean isBlockNormalCube(net.minecraft.src.World world, int i, int j, int k)
boolean isBlockReplaceable(net.minecraft.src.World world, int i, int j, int k)
boolean isBlockBurning(net.minecraft.src.World world, int i, int j, int k)
boolean isAirBlock(net.minecraft.src.World world, int i, int j, int k)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |