Missing file update.

This commit is contained in:
KHobbits 2013-04-04 08:45:08 +01:00
parent 641fbca40c
commit d9a6974ae2

View File

@ -1192,4 +1192,28 @@ public class OfflinePlayer implements Player
{ {
throw new UnsupportedOperationException("Not supported yet."); throw new UnsupportedOperationException("Not supported yet.");
} }
@Override
public void setPlayerWeather(WeatherType arg0)
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public WeatherType getPlayerWeather()
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public void resetPlayerWeather()
{
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public boolean isOnGround()
{
throw new UnsupportedOperationException("Not supported yet.");
}
} }