Skip to content

Commit

Permalink
PR Codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Nov 7, 2021
1 parent 4c6ac85 commit f0b09c0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import org.jetbrains.annotations.Nullable;

public class EcoBossSpawnEggEvent extends EcoBossSpawnEvent {

/**
* The egg item.
*/
Expand Down Expand Up @@ -57,5 +56,4 @@ public final ItemStack getEgg() {
public static HandlerList getHandlerList() {
return HANDLERS;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* This class represents all boss spawn events fired by EcoBosses.
*/
public class EcoBossSpawnEvent extends Event implements Cancellable {

/**
* Event cancellation state.
*/
Expand Down Expand Up @@ -139,5 +138,4 @@ public void setCancelled(boolean b) {
public static HandlerList getHandlerList() {
return HANDLERS;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@

import com.willfp.ecobosses.bosses.EcoBoss;
import org.bukkit.Location;
import org.bukkit.entity.Player;
import org.bukkit.event.HandlerList;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

public class EcoBossSpawnTimerEvent extends EcoBossSpawnEvent {

/**
* Bukkit parity.
*/
Expand Down Expand Up @@ -42,5 +39,4 @@ public EcoBossSpawnTimerEvent(@NotNull EcoBoss boss, @NotNull Location location)
public static HandlerList getHandlerList() {
return HANDLERS;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import org.jetbrains.annotations.Nullable;

public class EcoBossSpawnTotemEvent extends EcoBossSpawnEvent {

/**
* The totem.
*/
Expand Down Expand Up @@ -57,5 +56,4 @@ public SpawnTotem getTotem() {
public static HandlerList getHandlerList() {
return HANDLERS;
}

}

0 comments on commit f0b09c0

Please sign in to comment.