We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05fb9f commit a0c1263Copy full SHA for a0c1263
surf-npc-bukkit/src/main/kotlin/dev/slne/surf/npc/bukkit/command/argument/NpcAnimationTypeArgument.kt
@@ -6,9 +6,6 @@ import dev.jorel.commandapi.arguments.ArgumentSuggestions
6
import dev.jorel.commandapi.arguments.CustomArgument
7
import dev.jorel.commandapi.arguments.StringArgument
8
import dev.slne.surf.npc.api.npc.animation.NpcAnimationType
9
-import dev.slne.surf.npc.api.npc.property.NpcPropertyType
10
-import dev.slne.surf.npc.core.property.propertyTypeRegistry
11
-import dev.slne.surf.surfapi.core.api.messages.adventure.buildText
12
13
class NpcAnimationTypeArgument(nodeName: String) :
14
CustomArgument<NpcAnimationType, String>(StringArgument(nodeName), { info ->
0 commit comments