mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-08 19:34:09 +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.Collections;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
import org.bukkit.Warning;
|
|
||||||
import org.bukkit.entity.Entity;
|
import org.bukkit.entity.Entity;
|
||||||
import org.bukkit.event.Cancellable;
|
import org.bukkit.event.Cancellable;
|
||||||
import org.bukkit.event.HandlerList;
|
import org.bukkit.event.HandlerList;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when an entity is about to be replaced by another entity.
|
* 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 {
|
public class EntityTransformEvent extends EntityEvent implements Cancellable {
|
||||||
|
|
||||||
private static final HandlerList handlers = new HandlerList();
|
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
|
* These tags can also be modified by the client once in creative mode
|
||||||
*
|
*
|
||||||
* @return the custom tag container
|
* @return the custom tag container
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
CustomItemTagContainer getCustomTagContainer();
|
CustomItemTagContainer getCustomTagContainer();
|
||||||
|
|
||||||
@SuppressWarnings("javadoc")
|
@SuppressWarnings("javadoc")
|
||||||
|
|
Loading…
Reference in a new issue