Skip to content

Commit 5caed56

Browse files
committed
fix: import after merge
1 parent 536fde0 commit 5caed56

10 files changed

Lines changed: 10 additions & 0 deletions

File tree

type.jerrysworkshop/src/main/java/net/swofty/type/jerrysworkshop/npcs/NPCBankerBarry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import net.minestom.server.coordinate.Pos;
44
import net.swofty.type.generic.entity.npc.HypixelNPC;
55
import net.swofty.type.generic.entity.npc.configuration.HumanConfiguration;
6+
import net.swofty.type.generic.event.custom.NPCInteractEvent;
67
import net.swofty.type.generic.user.HypixelPlayer;
78
import net.swofty.type.skyblockgeneric.gui.inventories.banker.GUIBanker;
89

type.jerrysworkshop/src/main/java/net/swofty/type/jerrysworkshop/npcs/NPCEinary.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import net.minestom.server.coordinate.Pos;
44
import net.swofty.type.generic.entity.npc.HypixelNPC;
55
import net.swofty.type.generic.entity.npc.configuration.HumanConfiguration;
6+
import net.swofty.type.generic.event.custom.NPCInteractEvent;
67
import net.swofty.type.generic.user.HypixelPlayer;
78

89
public class NPCEinary extends HypixelNPC {

type.jerrysworkshop/src/main/java/net/swofty/type/jerrysworkshop/npcs/NPCFrosty.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import net.minestom.server.coordinate.Pos;
44
import net.swofty.type.generic.entity.npc.HypixelNPC;
55
import net.swofty.type.generic.entity.npc.configuration.HumanConfiguration;
6+
import net.swofty.type.generic.event.custom.NPCInteractEvent;
67
import net.swofty.type.generic.user.HypixelPlayer;
78

89
public class NPCFrosty extends HypixelNPC {

type.jerrysworkshop/src/main/java/net/swofty/type/jerrysworkshop/npcs/NPCGary.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import net.minestom.server.coordinate.Pos;
44
import net.swofty.type.generic.entity.npc.HypixelNPC;
55
import net.swofty.type.generic.entity.npc.configuration.HumanConfiguration;
6+
import net.swofty.type.generic.event.custom.NPCInteractEvent;
67
import net.swofty.type.generic.user.HypixelPlayer;
78

89
public class NPCGary extends HypixelNPC {

type.jerrysworkshop/src/main/java/net/swofty/type/jerrysworkshop/npcs/NPCGenerow.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import net.minestom.server.coordinate.Pos;
44
import net.swofty.type.generic.entity.npc.HypixelNPC;
55
import net.swofty.type.generic.entity.npc.configuration.HumanConfiguration;
6+
import net.swofty.type.generic.event.custom.NPCInteractEvent;
67
import net.swofty.type.generic.user.HypixelPlayer;
78

89
public class NPCGenerow extends HypixelNPC {

type.jerrysworkshop/src/main/java/net/swofty/type/jerrysworkshop/npcs/NPCGulliver.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import net.minestom.server.coordinate.Pos;
44
import net.swofty.type.generic.entity.npc.HypixelNPC;
55
import net.swofty.type.generic.entity.npc.configuration.HumanConfiguration;
6+
import net.swofty.type.generic.event.custom.NPCInteractEvent;
67
import net.swofty.type.generic.user.HypixelPlayer;
78

89
public class NPCGulliver extends HypixelNPC {

type.jerrysworkshop/src/main/java/net/swofty/type/jerrysworkshop/npcs/NPCMaaike.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import net.minestom.server.coordinate.Pos;
44
import net.swofty.type.generic.entity.npc.HypixelNPC;
55
import net.swofty.type.generic.entity.npc.configuration.HumanConfiguration;
6+
import net.swofty.type.generic.event.custom.NPCInteractEvent;
67
import net.swofty.type.generic.user.HypixelPlayer;
78

89
public class NPCMaaike extends HypixelNPC {

type.jerrysworkshop/src/main/java/net/swofty/type/jerrysworkshop/npcs/NPCSherry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import net.swofty.type.generic.entity.npc.HypixelNPC;
66
import net.swofty.type.generic.entity.npc.configuration.AnimalConfiguration;
77
import net.swofty.type.generic.entity.npc.configuration.HumanConfiguration;
8+
import net.swofty.type.generic.event.custom.NPCInteractEvent;
89
import net.swofty.type.generic.user.HypixelPlayer;
910

1011
public class NPCSherry extends HypixelNPC {

type.jerrysworkshop/src/main/java/net/swofty/type/jerrysworkshop/npcs/NPCStJerry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import net.minestom.server.coordinate.Pos;
44
import net.swofty.type.generic.entity.npc.HypixelNPC;
55
import net.swofty.type.generic.entity.npc.configuration.HumanConfiguration;
6+
import net.swofty.type.generic.event.custom.NPCInteractEvent;
67
import net.swofty.type.generic.user.HypixelPlayer;
78

89
public class NPCStJerry extends HypixelNPC {

type.jerrysworkshop/src/main/java/net/swofty/type/jerrysworkshop/npcs/NPCTerry.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
import net.swofty.type.generic.entity.npc.HypixelNPC;
55
import net.swofty.type.generic.entity.npc.configuration.HumanConfiguration;
66
import net.swofty.type.generic.entity.npc.configuration.NPCConfiguration;
7+
import net.swofty.type.generic.event.custom.NPCInteractEvent;
78
import net.swofty.type.generic.user.HypixelPlayer;
89

910
public class NPCTerry extends HypixelNPC {

0 commit comments

Comments
 (0)