Skip to content

Commit

Permalink
Merge pull request #54 from seeseemelk/fix/spigot-api-got-changed
Browse files Browse the repository at this point in the history
Add PlayerMock#getAttackCooldown()
  • Loading branch information
seeseemelk committed May 3, 2020
2 parents a7184b0 + e4b0242 commit 894c275
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/be/seeseemelk/mockbukkit/entity/PlayerMock.java
Original file line number Diff line number Diff line change
Expand Up @@ -1925,4 +1925,11 @@ public void sendExperienceChange(float progress, int level)
// TODO Auto-generated method stub
throw new UnimplementedOperationException();
}

@Override
public float getAttackCooldown()
{
// TODO Auto-generated method stub
throw new UnimplementedOperationException();
}
}

0 comments on commit 894c275

Please sign in to comment.