mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-30 16:19:03 +01:00
Remove deprecated event warning for inventory result event (#8672)
This commit is contained in:
parent
437103e45e
commit
a0b62c40db
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
* Called when an item is put in a slot and the result is calculated.
|
* Called when an item is put in a slot and the result is calculated.
|
||||||
+ * @deprecated use {@link com.destroystokyo.paper.event.inventory.PrepareResultEvent}
|
+ * @deprecated use {@link com.destroystokyo.paper.event.inventory.PrepareResultEvent}
|
||||||
*/
|
*/
|
||||||
+@Deprecated // Paper
|
+@Deprecated @org.bukkit.Warning(false) // Paper
|
||||||
public class PrepareInventoryResultEvent extends InventoryEvent {
|
public class PrepareInventoryResultEvent extends InventoryEvent {
|
||||||
|
|
||||||
private static final HandlerList handlers = new HandlerList();
|
private static final HandlerList handlers = new HandlerList();
|
||||||
|
|
Loading…
Reference in a new issue