mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +01:00
Remove draft API from FluidLevelChangeEvent
By: md_5 <git@md-5.net>
This commit is contained in:
parent
922e10ff3e
commit
8e0b9e7df4
1 changed files with 0 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
||||||
package org.bukkit.event.block;
|
package org.bukkit.event.block;
|
||||||
|
|
||||||
import com.google.common.base.Preconditions;
|
import com.google.common.base.Preconditions;
|
||||||
import org.bukkit.Warning;
|
|
||||||
import org.bukkit.block.Block;
|
import org.bukkit.block.Block;
|
||||||
import org.bukkit.block.data.BlockData;
|
import org.bukkit.block.data.BlockData;
|
||||||
import org.bukkit.event.Cancellable;
|
import org.bukkit.event.Cancellable;
|
||||||
|
@ -10,11 +9,7 @@ import org.bukkit.event.HandlerList;
|
||||||
/**
|
/**
|
||||||
* Called when the fluid level of a block changes due to changes in adjacent
|
* Called when the fluid level of a block changes due to changes in adjacent
|
||||||
* blocks.
|
* blocks.
|
||||||
*
|
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
@Warning(false)
|
|
||||||
public class FluidLevelChangeEvent extends BlockEvent implements Cancellable {
|
public class FluidLevelChangeEvent extends BlockEvent implements Cancellable {
|
||||||
|
|
||||||
private static final HandlerList handlers = new HandlerList();
|
private static final HandlerList handlers = new HandlerList();
|
||||||
|
|
Loading…
Reference in a new issue