|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISpecialResistance
This interface is to be implemented by block classes. It will allow a block to control how it resists to explosion
Block
Method Summary | |
---|---|
float |
getSpecialExplosionResistance(net.minecraft.src.World world,
int i,
int j,
int k,
double src_x,
double src_y,
double src_z,
net.minecraft.src.Entity exploder)
Return the explosion resistance of the block located at position i, j, k, from an exploder explosing on src_x, src_y, src_z. |
Method Detail |
---|
float getSpecialExplosionResistance(net.minecraft.src.World world, int i, int j, int k, double src_x, double src_y, double src_z, net.minecraft.src.Entity exploder)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |