Skip to content

Commit

Permalink
Deprecated unused Account#getBukkitWorld
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Oct 23, 2024
1 parent ed2c662 commit 9b2ed07
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,10 @@ public synchronized boolean payTo(double amount, Account collector, String reaso
/**
* Fetch the current world for this object
*
* @deprecated since 0.100.4.6 use {@link #getWorld().getBukkitWorld()} instead.
* @return Bukkit world for the object
*/
@Deprecated
@Nullable
public World getBukkitWorld() {
return getWorld().getBukkitWorld();
Expand Down

0 comments on commit 9b2ed07

Please sign in to comment.