|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOverrideReplace
This interface is to be implemented by block classes. It will allow a block to control how it can be replaced
Block
Method Summary | |
---|---|
boolean |
canReplaceBlock(net.minecraft.src.World world,
int i,
int j,
int k,
int bid)
Return true if this block has to take control over replacement, for the intended replacement given by the parameter bid. |
boolean |
getReplacedSuccess()
Return the status of the actual replacement. |
Method Detail |
---|
boolean canReplaceBlock(net.minecraft.src.World world, int i, int j, int k, int bid)
boolean getReplacedSuccess()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |