Deprecate some methods which are likely to require changes in the future
Ref http://mojang.com/2016/08/minecraft-snapshot-16w32a/ By: md_5 <git@md-5.net>
This commit is contained in:
@@ -9,14 +9,18 @@ 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
|
||||
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
|
||||
public void setSkeletonType(SkeletonType type);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user