mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 16:57:42 +01:00
Remove draft status from BlockFertilizeEvent
By: md_5 <git@md-5.net>
This commit is contained in:
parent
c2fc498a02
commit
7191d92c81
@ -1,7 +1,6 @@
|
|||||||
package org.bukkit.event.block;
|
package org.bukkit.event.block;
|
||||||
|
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import org.bukkit.Warning;
|
|
||||||
import org.bukkit.block.Block;
|
import org.bukkit.block.Block;
|
||||||
import org.bukkit.block.BlockState;
|
import org.bukkit.block.BlockState;
|
||||||
import org.bukkit.entity.Player;
|
import org.bukkit.entity.Player;
|
||||||
@ -13,11 +12,7 @@ import org.bukkit.event.world.StructureGrowEvent;
|
|||||||
* Called with the block changes resulting from a player fertilizing a given
|
* Called with the block changes resulting from a player fertilizing a given
|
||||||
* block with bonemeal. Will be called after the applicable
|
* block with bonemeal. Will be called after the applicable
|
||||||
* {@link StructureGrowEvent}.
|
* {@link StructureGrowEvent}.
|
||||||
*
|
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
@Warning(false)
|
|
||||||
public class BlockFertilizeEvent extends BlockEvent implements Cancellable {
|
public class BlockFertilizeEvent extends BlockEvent implements Cancellable {
|
||||||
|
|
||||||
private static final HandlerList handlers = new HandlerList();
|
private static final HandlerList handlers = new HandlerList();
|
||||||
|
Loading…
Reference in New Issue
Block a user