fix package names
This commit is contained in:
parent
dc275ad6bd
commit
c03afc9ddf
9 changed files with 14 additions and 4 deletions
|
|
@ -1,3 +1,5 @@
|
|||
package site.lab0x13.scrow.commands.velocity;
|
||||
|
||||
import com.velocitypowered.api.command.CommandSource;
|
||||
|
||||
@FunctionalInterface
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
package site.lab0x13.scrow.commands.velocity;
|
||||
|
||||
import com.velocitypowered.api.proxy.ProxyServer;
|
||||
import site.lab0x13.scrow.commands.CommandHandler;
|
||||
import site.lab0x13.scrow.commands.IScrowCommands;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
package site.lab0x13.scrow.commands.velocity;
|
||||
|
||||
import com.velocitypowered.api.command.RawCommand;
|
||||
import site.lab0x13.scrow.commands.CommandHandler;
|
||||
import site.lab0x13.scrow.commands.model.literal.RootLiteral;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
package site.lab0x13.scrow.commands.velocity;
|
||||
|
||||
import com.velocitypowered.api.command.CommandSource;
|
||||
import com.velocitypowered.api.proxy.Player;
|
||||
import site.lab0x13.scrow.commands.model.AbstractCommandContext;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
package site.lab0x13.scrow.commands.velocity;
|
||||
|
||||
import net.kyori.adventure.text.Component;
|
||||
import site.lab0x13.scrow.commands.PlatformAdapter;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package suggestionprovider;
|
||||
package site.lab0x13.scrow.commands.velocity.suggestionprovider;
|
||||
|
||||
import com.velocitypowered.api.proxy.Player;
|
||||
import com.velocitypowered.api.proxy.ProxyServer;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
package type;
|
||||
package site.lab0x13.scrow.commands.velocity.type;
|
||||
|
||||
import com.leakyabstractions.result.api.Result;
|
||||
import com.leakyabstractions.result.core.Results;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue