9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-19 23:19:17 +00:00

PR Codestyle

This commit is contained in:
Auxilor
2021-11-07 15:37:07 +00:00
parent 4c6ac852aa
commit f0b09c035e
4 changed files with 0 additions and 10 deletions

View File

@@ -9,7 +9,6 @@ import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
public class EcoBossSpawnEggEvent extends EcoBossSpawnEvent {
/**
* The egg item.
*/
@@ -57,5 +56,4 @@ public class EcoBossSpawnEggEvent extends EcoBossSpawnEvent {
public static HandlerList getHandlerList() {
return HANDLERS;
}
}

View File

@@ -13,7 +13,6 @@ import org.jetbrains.annotations.Nullable;
* This class represents all boss spawn events fired by EcoBosses.
*/
public class EcoBossSpawnEvent extends Event implements Cancellable {
/**
* Event cancellation state.
*/
@@ -139,5 +138,4 @@ public class EcoBossSpawnEvent extends Event implements Cancellable {
public static HandlerList getHandlerList() {
return HANDLERS;
}
}

View File

@@ -2,13 +2,10 @@ package com.willfp.ecobosses.events;
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.
*/
@@ -42,5 +39,4 @@ public class EcoBossSpawnTimerEvent extends EcoBossSpawnEvent {
public static HandlerList getHandlerList() {
return HANDLERS;
}
}

View File

@@ -9,7 +9,6 @@ import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
public class EcoBossSpawnTotemEvent extends EcoBossSpawnEvent {
/**
* The totem.
*/
@@ -57,5 +56,4 @@ public class EcoBossSpawnTotemEvent extends EcoBossSpawnEvent {
public static HandlerList getHandlerList() {
return HANDLERS;
}
}