mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 03:22:19 +01:00
Remove some draft API markers
By: md_5 <git@md-5.net>
This commit is contained in:
parent
07b3c001ff
commit
54fb70a7e7
3 changed files with 0 additions and 13 deletions
|
@ -1,6 +1,5 @@
|
|||
package org.bukkit.event.block;
|
||||
|
||||
import org.bukkit.Warning;
|
||||
import org.bukkit.block.Block;
|
||||
import org.bukkit.entity.LivingEntity;
|
||||
import org.bukkit.inventory.ItemStack;
|
||||
|
@ -12,11 +11,7 @@ import org.bukkit.util.Vector;
|
|||
* <p>
|
||||
* If a Block Dispense Armor event is cancelled, the equipment will not be
|
||||
* equipped on the target entity.
|
||||
*
|
||||
* @deprecated draft API
|
||||
*/
|
||||
@Deprecated
|
||||
@Warning(false)
|
||||
public class BlockDispenseArmorEvent extends BlockDispenseEvent {
|
||||
|
||||
private final LivingEntity target;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
package org.bukkit.event.block;
|
||||
|
||||
import org.bukkit.Warning;
|
||||
import org.bukkit.block.Block;
|
||||
import org.bukkit.block.BlockState;
|
||||
import org.bukkit.event.Cancellable;
|
||||
|
@ -8,11 +7,7 @@ import org.bukkit.event.HandlerList;
|
|||
|
||||
/**
|
||||
* Called when the moisture level of a soil block changes.
|
||||
*
|
||||
* @deprecated draft API
|
||||
*/
|
||||
@Deprecated
|
||||
@Warning(false)
|
||||
public class MoistureChangeEvent extends BlockEvent implements Cancellable {
|
||||
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
|
|
|
@ -13,10 +13,7 @@ import org.bukkit.Material;
|
|||
* recipe must be satisfied for it to be craftable.
|
||||
*
|
||||
* <b>This class is not legal for implementation by plugins!</b>
|
||||
*
|
||||
* @deprecated draft API
|
||||
*/
|
||||
@Deprecated
|
||||
public interface RecipeChoice extends Predicate<ItemStack>, Cloneable {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue