net.minecraft.src.forge
Interface ISpecialResistance


public interface ISpecialResistance

This interface is to be implemented by block classes. It will allow a block to control how it resists to explosion

See Also:
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

getSpecialExplosionResistance

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.