Skip to content

Commit 6ed4cea

Browse files
committed
fix(naming): rename ArgumentMaterialType package from commands to argument
1 parent 840980d commit 6ed4cea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common/src/main/java/net/onelitefeather/titan/common/commands/ArgumentMaterialType.java renamed to common/src/main/java/net/onelitefeather/titan/common/argument/ArgumentMaterialType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
package net.onelitefeather.titan.common.commands;
16+
package net.onelitefeather.titan.common.argument;
1717

1818
import net.minestom.server.command.CommandSender;
1919
import net.minestom.server.command.builder.arguments.ArgumentString;

setup/src/main/java/net/onelitefeather/titan/setup/commands/AppCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
import net.minestom.server.command.builder.suggestion.SuggestionEntry;
2727
import net.minestom.server.coordinate.Vec;
2828
import net.minestom.server.item.Material;
29-
import net.onelitefeather.titan.common.commands.ArgumentMaterialType;
29+
import net.onelitefeather.titan.common.argument.ArgumentMaterialType;
3030
import net.onelitefeather.titan.common.config.AppConfig;
3131
import net.onelitefeather.titan.common.config.AppConfigProvider;
3232
import org.jetbrains.annotations.NotNull;

0 commit comments

Comments
 (0)