All parameters on one line (for now)
Easier picking of 1.7 changes
This commit is contained in:
@@ -29,14 +29,6 @@ import net.minecraft.world.World;
|
||||
public interface IBlockTool
|
||||
{
|
||||
|
||||
public boolean onItemUse(
|
||||
ItemStack item,
|
||||
EntityPlayer p,
|
||||
World w,
|
||||
BlockPos pos,
|
||||
EnumFacing side,
|
||||
float hitX,
|
||||
float hitY,
|
||||
float hitZ );
|
||||
public boolean onItemUse( ItemStack item, EntityPlayer p, World w, BlockPos pos, EnumFacing side, float hitX, float hitY, float hitZ );
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user