mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-09-18 21:45:12 +00:00
Remove EntityTransformEvent and CustomItemTagContainer from draft API
This commit is contained in:
parent
f04ad7b601
commit
2f3ce5b66e
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…
Add table
Reference in a new issue