File tree Expand file tree Collapse file tree 4 files changed +7
-0
lines changed
eternalcore-core/src/main/java/com/eternalcode/core/feature/fun/catboy Expand file tree Collapse file tree 4 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
package com .eternalcode .core .feature .fun .catboy ;
2
2
3
3
import com .eternalcode .annotations .scan .command .DescriptionDocs ;
4
+ import com .eternalcode .core .feature .catboy .CatboyService ;
4
5
import com .eternalcode .core .injector .annotations .Inject ;
5
6
import dev .rollczi .litecommands .annotations .argument .Arg ;
6
7
import dev .rollczi .litecommands .annotations .command .Command ;
Original file line number Diff line number Diff line change 2
2
3
3
import com .eternalcode .commons .scheduler .Scheduler ;
4
4
import com .eternalcode .core .feature .butcher .ButcherEntityRemoveEvent ;
5
+ import com .eternalcode .core .feature .catboy .Catboy ;
6
+ import com .eternalcode .core .feature .catboy .CatboyService ;
5
7
import com .eternalcode .core .feature .teleport .event .EternalTeleportEvent ;
6
8
import com .eternalcode .core .injector .annotations .Inject ;
7
9
import com .eternalcode .core .injector .annotations .component .Controller ;
Original file line number Diff line number Diff line change 2
2
3
3
import com .eternalcode .commons .bukkit .scheduler .MinecraftScheduler ;
4
4
import com .eternalcode .core .event .EventCaller ;
5
+ import com .eternalcode .core .feature .catboy .Catboy ;
6
+ import com .eternalcode .core .feature .catboy .CatboyService ;
5
7
import com .eternalcode .core .feature .catboy .event .CatboyChangeTypeEvent ;
6
8
import com .eternalcode .core .feature .catboy .event .CatboySwitchEvent ;
7
9
import com .eternalcode .core .injector .annotations .Inject ;
Original file line number Diff line number Diff line change 1
1
package com .eternalcode .core .feature .fun .catboy ;
2
2
3
3
import com .eternalcode .commons .bukkit .scheduler .MinecraftScheduler ;
4
+ import com .eternalcode .core .feature .catboy .Catboy ;
5
+ import com .eternalcode .core .feature .catboy .CatboyService ;
4
6
import com .eternalcode .core .injector .annotations .Inject ;
5
7
import com .eternalcode .core .injector .annotations .component .Task ;
6
8
import net .md_5 .bungee .api .ChatColor ;
You can’t perform that action at this time.
0 commit comments