Deprecate BlockRightClickEvent.getBlockAgainst - use BlockRightClickEvent.getBlock

This commit is contained in:
Erik Broes
2011-02-06 14:49:08 +01:00
parent 3ee6689356
commit 78d8a9729a

View File

@@ -36,7 +36,9 @@ public class BlockRightClickEvent extends BlockEvent {
* Get the block that this block was placed against
*
* @return Block the block that the new block was placed against
* @deprecated use getBlock
*/
@Deprecated
public Block getBlockAgainst() {
return clickedBlock;
}