mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 03:22:19 +01:00
Remove EntityTransformEvent and CustomItemTagContainer from draft API
By: md_5 <git@md-5.net>
This commit is contained in:
parent
8be6b43c7d
commit
a5d9aeb9b3
2 changed files with 0 additions and 7 deletions
|
@ -2,18 +2,13 @@ package org.bukkit.event.entity;
|
|||
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import org.bukkit.Warning;
|
||||
import org.bukkit.entity.Entity;
|
||||
import org.bukkit.event.Cancellable;
|
||||
import org.bukkit.event.HandlerList;
|
||||
|
||||
/**
|
||||
* Called when an entity is about to be replaced by another entity.
|
||||
*
|
||||
* @deprecated draft API
|
||||
*/
|
||||
@Deprecated
|
||||
@Warning(false)
|
||||
public class EntityTransformEvent extends EntityEvent implements Cancellable {
|
||||
|
||||
private static final HandlerList handlers = new HandlerList();
|
||||
|
|
|
@ -326,9 +326,7 @@ public interface ItemMeta extends Cloneable, ConfigurationSerializable {
|
|||
* These tags can also be modified by the client once in creative mode
|
||||
*
|
||||
* @return the custom tag container
|
||||
* @deprecated draft API
|
||||
*/
|
||||
@Deprecated
|
||||
CustomItemTagContainer getCustomTagContainer();
|
||||
|
||||
@SuppressWarnings("javadoc")
|
||||
|
|
Loading…
Reference in a new issue