Refactor commands

This commit is contained in:
dfsek
2020-10-01 02:50:37 -07:00
parent efd52a2002
commit 88067a04c8
21 changed files with 38 additions and 44 deletions

View File

@@ -1,5 +1,6 @@
package com.dfsek.terra.command;
import com.dfsek.terra.command.type.PlayerCommand;
import com.dfsek.terra.config.genconfig.OreConfig;
import org.bukkit.block.Block;
import org.bukkit.command.Command;
@@ -33,7 +34,7 @@ public class OreCommand extends PlayerCommand {
}
@Override
public List<com.dfsek.terra.command.Command> getSubCommands() {
public List<com.dfsek.terra.command.type.Command> getSubCommands() {
return Collections.emptyList();
}