Add Player.setBedSpawnLocation(Location). Thanks md_5

This commit is contained in:
Erik Broes
2012-01-17 22:39:37 +01:00
parent 0062c83d81
commit a210df5d52
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.");
}
}