|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConnectRedstone
This interface is to be implemented by Block classes. It will override standard algorithms controlling connection between two blocks by redstone
Block
Method Summary | |
---|---|
boolean |
canConnectRedstone(net.minecraft.src.IBlockAccess iba,
int i,
int j,
int k,
int dir)
When this returns false, the block at location i, j, k cannot make a redstone connection in the direction given in parameter, otherwise it can. |
Method Detail |
---|
boolean canConnectRedstone(net.minecraft.src.IBlockAccess iba, int i, int j, int k, int dir)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |