Update to Minecraft 1.11

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2016-11-17 12:40:59 +11:00
parent 06e0085b98
commit f1fb3d9462
59 changed files with 646 additions and 682 deletions

View File

@@ -9,23 +9,21 @@ public interface Skeleton extends Monster {
* Gets the current type of this skeleton.
*
* @return Current type
* @deprecated Entity subtypes will be separate entities in a future Minecraft release
* @deprecated should check what class instance this is
*/
@Deprecated
public SkeletonType getSkeletonType();
/**
* Sets the new type of this skeleton.
*
* @param type New type
* @deprecated Entity subtypes will be separate entities in a future Minecraft release
* @deprecated Must spawn a new subtype variant
*/
@Deprecated
public void setSkeletonType(SkeletonType type);
/*
* Represents the various different Skeleton types.
* @deprecated classes are different types
*/
@Deprecated
public enum SkeletonType {
/**