Add renamed OPEN_SIGN_ENTITY packet for backwards compat

Fixes #243
This commit is contained in:
Dan Mulloy 2016-07-25 13:47:56 -04:00
parent 1bdd200794
commit 97430a8e42

View File

@ -222,6 +222,12 @@ public class PacketType implements Serializable, Cloneable, Comparable<PacketTyp
@Deprecated
public static final PacketType STATISTICS = STATISTIC.deprecated();
/**
* @deprecated Renamed to {@link OPEN_SIGN_EDITOR}
*/
@Deprecated
public static final PacketType OPEN_SIGN_ENTITY = OPEN_SIGN_EDITOR.deprecated();
// ----- Replaced in 1.9.4
/**