Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Missing method in the SkyBlockPlugin class was added.
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadSilenceIV committed Mar 10, 2021
1 parent ad79c0a commit 23a0686
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>us.lynuxcraft.deadsilenceiv</groupId>
<artifactId>GenCubesAPI</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.3-SNAPSHOT</version>
<repositories>
<repository>
<id>spigot-repo</id>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
package us.lynuxcraft.deadsilenceiv.gencubes.skyblock;

import org.bukkit.Location;
import org.bukkit.OfflinePlayer;
import org.bukkit.entity.Player;
import org.bukkit.event.*;
Expand All @@ -8,6 +9,8 @@ public abstract class SkyBlockPlugin implements Listener {

public abstract String getName();

public abstract Island getIslandAtLocation(Location location);

protected void onDeleteIsland(Cancellable event,Island island,Player player){

}
Expand Down

0 comments on commit 23a0686

Please sign in to comment.