Remove EntityTransformEvent and CustomItemTagContainer from draft API

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot 2018-12-26 08:00:00 +11:00
parent 8be6b43c7d
commit a5d9aeb9b3
2 changed files with 0 additions and 7 deletions

View file

@ -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();

View file

@ -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")