OfflinePlayer getAttackCooldown (#3190)

Fix compile
This commit is contained in:
pop4959 2020-04-23 04:15:32 -07:00 committed by GitHub
parent b72d822f94
commit 40fb496052
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -1018,6 +1018,11 @@ public class OfflinePlayer implements Player {
return 0;
}
@Override
public float getAttackCooldown() {
return 0f;
}
@Override
public boolean discoverRecipe(NamespacedKey recipe) {
return false;