mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
@@ -113,9 +113,7 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
|||||||
* @param yaw the yaw
|
* @param yaw the yaw
|
||||||
* @param pitch the pitch
|
* @param pitch the pitch
|
||||||
* @throws UnsupportedOperationException if used for players
|
* @throws UnsupportedOperationException if used for players
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public void setRotation(float yaw, float pitch);
|
public void setRotation(float yaw, float pitch);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -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.Item;
|
import org.bukkit.entity.Item;
|
||||||
@@ -24,11 +23,7 @@ import org.jetbrains.annotations.NotNull;
|
|||||||
* The Block is already broken as this event is called, so #getBlock() will be
|
* The Block is already broken as this event is called, so #getBlock() will be
|
||||||
* AIR in most cases. Use #getBlockState() for more Information about the broken
|
* AIR in most cases. Use #getBlockState() for more Information about the broken
|
||||||
* block.
|
* block.
|
||||||
*
|
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
@Warning(false)
|
|
||||||
public class BlockDropItemEvent extends BlockEvent implements Cancellable {
|
public class BlockDropItemEvent extends BlockEvent implements Cancellable {
|
||||||
|
|
||||||
private static final HandlerList handlers = new HandlerList();
|
private static final HandlerList handlers = new HandlerList();
|
||||||
|
Reference in New Issue
Block a user