mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Remove getFurnace from Furnace*Event
Replace by getBlock since April 2012.
This commit is contained in:
parent
6dd5aa2ce1
commit
09141842cd
2 changed files with 0 additions and 22 deletions
|
@ -24,17 +24,6 @@ public class FurnaceBurnEvent extends BlockEvent implements Cancellable {
|
||||||
this.burning = true;
|
this.burning = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the block for the furnace involved in this event
|
|
||||||
*
|
|
||||||
* @return the block of the furnace
|
|
||||||
* @deprecated In favour of {@link #getBlock()}.
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public Block getFurnace() {
|
|
||||||
return getBlock();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the fuel ItemStack for this event
|
* Gets the fuel ItemStack for this event
|
||||||
*
|
*
|
||||||
|
|
|
@ -22,17 +22,6 @@ public class FurnaceSmeltEvent extends BlockEvent implements Cancellable {
|
||||||
this.cancelled = false;
|
this.cancelled = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Gets the block for the furnace involved in this event
|
|
||||||
*
|
|
||||||
* @return the block of the furnace
|
|
||||||
* @deprecated In favour of {@link #getBlock()}.
|
|
||||||
*/
|
|
||||||
@Deprecated
|
|
||||||
public Block getFurnace() {
|
|
||||||
return getBlock();
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the smelted ItemStack for this event
|
* Gets the smelted ItemStack for this event
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Reference in a new issue