Class Digging

java.lang.Object
  extended by md
      extended by Digging

public class Digging
extends md

Used so we don't have class collisions with Runecraft - Patch by Zeerix


Field Summary
Modifier and Type Field and Description
 
Fields inherited from class md
a
 
Constructor Summary
Constructor and Description
Digging(fv world)
          Creates a digging class
Digging(fv world, fy player)
          Bloop.
 
Method Summary
Modifier and Type Method and Description
 boolean a(hl player, fv world, jl item, Block blockToPlace, Block blockClicked)
          Called when a player right-click air with an item in hand.
 boolean c(int x, int y, int z)
          Called when a block is destroyed.
 
Methods inherited from class md
a, a, a, a, a, b
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Digging

public Digging(fv world)
Creates a digging class

Parameters:
world -

Digging

public Digging(fv world,
               fy player)
Bloop.

Parameters:
world -
player -
Method Detail

c

public boolean c(int x,
                 int y,
                 int z)
Called when a block is destroyed. We intercept it.

Overrides:
c in class md
Parameters:
x -
y -
z -
Returns:

a

public boolean a(hl player,
                 fv world,
                 jl item,
                 Block blockToPlace,
                 Block blockClicked)
Called when a player right-click air with an item in hand. We intercept it.

Parameters:
player -
world -
item -
Returns: