File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
common/src/main/java/net/onelitefeather/titan/common/argument
setup/src/main/java/net/onelitefeather/titan/setup/commands Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- package net .onelitefeather .titan .common .commands ;
16
+ package net .onelitefeather .titan .common .argument ;
17
17
18
18
import net .minestom .server .command .CommandSender ;
19
19
import net .minestom .server .command .builder .arguments .ArgumentString ;
Original file line number Diff line number Diff line change 26
26
import net .minestom .server .command .builder .suggestion .SuggestionEntry ;
27
27
import net .minestom .server .coordinate .Vec ;
28
28
import net .minestom .server .item .Material ;
29
- import net .onelitefeather .titan .common .commands .ArgumentMaterialType ;
29
+ import net .onelitefeather .titan .common .argument .ArgumentMaterialType ;
30
30
import net .onelitefeather .titan .common .config .AppConfig ;
31
31
import net .onelitefeather .titan .common .config .AppConfigProvider ;
32
32
import org .jetbrains .annotations .NotNull ;
You can’t perform that action at this time.
0 commit comments