Update FakeWorld (#3985)

This commit is contained in:
Josh Roy 2021-02-12 20:36:38 -05:00 committed by GitHub
parent f29f9e1aba
commit f8cc0e41d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -304,6 +304,11 @@ public class FakeWorld implements World {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public long getGameTime() {
return 0;
}
@Override
public boolean hasStorm() {
throw new UnsupportedOperationException("Not supported yet.");