Remove some draft API designations

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2019-12-09 18:50:51 +11:00
parent 36f60e00a9
commit 4fc667e475
2 changed files with 0 additions and 7 deletions

View File

@@ -113,9 +113,7 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
* @param yaw the yaw
* @param pitch the pitch
* @throws UnsupportedOperationException if used for players
* @deprecated draft API
*/
@Deprecated
public void setRotation(float yaw, float pitch);
/**