Add Player.setBedSpawnLocation(Location). Thanks md_5

By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
Bukkit/Spigot
2012-01-17 22:39:37 +01:00
parent 33f366c08d
commit 0251111b0d
3 changed files with 20 additions and 0 deletions

View File

@@ -605,4 +605,8 @@ public class TestPlayer implements Player {
public void setAllowFlight(boolean flight) {
throw new UnsupportedOperationException("Not supported yet.");
}
public void setBedSpawnLocation(Location location) {
throw new UnsupportedOperationException("Not supported yet.");
}
}