mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 03:35:51 -07:00
Remove EntityTransformEvent and CustomItemTagContainer from draft API
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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")
|
||||||
|
Reference in New Issue
Block a user