generated from UndefinedCreations/Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ad7ab7
commit e3f8d12
Showing
203 changed files
with
3,588 additions
and
3,652 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
161 changes: 84 additions & 77 deletions
161
common/src/main/kotlin/com/undefined/stellar/argument/ArgumentHandler.kt
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...argument/types/block/BlockDataArgument.kt → ...ellar/argument/block/BlockDataArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ent/types/block/BlockPredicateArgument.kt → .../argument/block/BlockPredicateArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...lar/argument/types/custom/EnumArgument.kt → ...d/stellar/argument/custom/EnumArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...lar/argument/types/custom/ListArgument.kt → ...d/stellar/argument/custom/ListArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ment/types/entity/EntityAnchorArgument.kt → ...r/argument/entity/EntityAnchorArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...r/argument/types/entity/EntityArgument.kt → ...stellar/argument/entity/EntityArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ellar/argument/types/item/ItemArgument.kt → ...ned/stellar/argument/item/ItemArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package com.undefined.stellar.argument.types.item | ||
package com.undefined.stellar.argument.item | ||
|
||
import com.undefined.stellar.AbstractStellarCommand | ||
import com.undefined.stellar.argument.AbstractStellarArgument | ||
|
||
class ItemArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<ItemArgument>(parent, name) | ||
class ItemArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<com.undefined.stellar.argument.item.ItemArgument>(parent, name) |
2 changes: 1 addition & 1 deletion
2
...ument/types/item/ItemPredicateArgument.kt → ...ar/argument/item/ItemPredicateArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...r/argument/types/item/ItemSlotArgument.kt → ...stellar/argument/item/ItemSlotArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../argument/types/item/ItemSlotsArgument.kt → ...tellar/argument/item/ItemSlotsArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...llar/argument/types/math/AngleArgument.kt → ...ed/stellar/argument/math/AngleArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ellar/argument/types/math/AxisArgument.kt → ...ned/stellar/argument/math/AxisArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package com.undefined.stellar.argument.types.math | ||
package com.undefined.stellar.argument.math | ||
|
||
import com.undefined.stellar.AbstractStellarCommand | ||
import com.undefined.stellar.argument.AbstractStellarArgument | ||
|
||
class AxisArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<AxisArgument>(parent, name) | ||
class AxisArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<com.undefined.stellar.argument.math.AxisArgument>(parent, name) |
2 changes: 1 addition & 1 deletion
2
.../argument/types/math/OperationArgument.kt → ...tellar/argument/math/OperationArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...llar/argument/types/math/RangeArgument.kt → ...ed/stellar/argument/math/RangeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...r/argument/types/math/RotationArgument.kt → ...stellar/argument/math/RotationArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package com.undefined.stellar.argument.types.math | ||
package com.undefined.stellar.argument.math | ||
|
||
import com.undefined.stellar.AbstractStellarCommand | ||
import com.undefined.stellar.argument.AbstractStellarArgument | ||
|
||
class RotationArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<RotationArgument>(parent, name) | ||
class RotationArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<com.undefined.stellar.argument.math.RotationArgument>(parent, name) |
2 changes: 1 addition & 1 deletion
2
...ellar/argument/types/math/TimeArgument.kt → ...ned/stellar/argument/math/TimeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ument/types/misc/NamespacedKeyArgument.kt → ...ar/argument/misc/NamespacedKeyArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ellar/argument/types/misc/UUIDArgument.kt → ...ned/stellar/argument/misc/UUIDArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...argument/types/player/GameModeArgument.kt → ...ellar/argument/player/GameModeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ument/types/player/GameProfileArgument.kt → ...ar/argument/player/GameProfileArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gument/types/primitive/BooleanArgument.kt → ...lar/argument/primitive/BooleanArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rgument/types/primitive/DoubleArgument.kt → ...llar/argument/primitive/DoubleArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
common/src/main/kotlin/com/undefined/stellar/argument/primitive/FloatArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
package com.undefined.stellar.argument.primitive | ||
|
||
import com.undefined.stellar.AbstractStellarCommand | ||
import com.undefined.stellar.argument.AbstractStellarArgument | ||
|
||
class FloatArgument(parent: AbstractStellarCommand<*>, name: String, val min: Float, val max: Float) : AbstractStellarArgument<com.undefined.stellar.argument.primitive.FloatArgument>(parent, name) |
2 changes: 1 addition & 1 deletion
2
...gument/types/primitive/IntegerArgument.kt → ...lar/argument/primitive/IntegerArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../argument/types/primitive/LongArgument.kt → ...tellar/argument/primitive/LongArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package com.undefined.stellar.argument.types.primitive | ||
package com.undefined.stellar.argument.primitive | ||
|
||
import com.undefined.stellar.AbstractStellarCommand | ||
import com.undefined.stellar.argument.AbstractStellarArgument | ||
|
||
class LongArgument(parent: AbstractStellarCommand<*>, name: String, val min: Long, val max: Long) : AbstractStellarArgument<LongArgument>(parent, name) | ||
class LongArgument(parent: AbstractStellarCommand<*>, name: String, val min: Long, val max: Long) : AbstractStellarArgument<com.undefined.stellar.argument.primitive.LongArgument>(parent, name) |
2 changes: 1 addition & 1 deletion
2
...rgument/types/primitive/PhraseArgument.kt → ...llar/argument/primitive/PhraseArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rgument/types/primitive/StringArgument.kt → ...llar/argument/primitive/StringArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../argument/types/primitive/WordArgument.kt → ...tellar/argument/primitive/WordArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ar/argument/types/registry/ArtArgument.kt → .../stellar/argument/registry/ArtArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package com.undefined.stellar.argument.types.registry | ||
package com.undefined.stellar.argument.registry | ||
|
||
import com.undefined.stellar.AbstractStellarCommand | ||
import com.undefined.stellar.argument.AbstractStellarArgument | ||
|
||
class ArtArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<ArtArgument>(parent, name) | ||
class ArtArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<com.undefined.stellar.argument.registry.ArtArgument>(parent, name) |
4 changes: 2 additions & 2 deletions
4
...ument/types/registry/AttributeArgument.kt → ...ar/argument/registry/AttributeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package com.undefined.stellar.argument.types.registry | ||
package com.undefined.stellar.argument.registry | ||
|
||
import com.undefined.stellar.AbstractStellarCommand | ||
import com.undefined.stellar.argument.AbstractStellarArgument | ||
|
||
class AttributeArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<AttributeArgument>(parent, name) | ||
class AttributeArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<com.undefined.stellar.argument.registry.AttributeArgument>(parent, name) |
4 changes: 2 additions & 2 deletions
4
.../argument/types/registry/BiomeArgument.kt → ...tellar/argument/registry/BiomeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package com.undefined.stellar.argument.types.registry | ||
package com.undefined.stellar.argument.registry | ||
|
||
import com.undefined.stellar.AbstractStellarCommand | ||
import com.undefined.stellar.argument.AbstractStellarArgument | ||
|
||
class BiomeArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<BiomeArgument>(parent, name) | ||
class BiomeArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<com.undefined.stellar.argument.registry.BiomeArgument>(parent, name) |
2 changes: 1 addition & 1 deletion
2
...ument/types/registry/BlockTypeArgument.kt → ...ar/argument/registry/BlockTypeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...rgument/types/registry/CatTypeArgument.kt → ...llar/argument/registry/CatTypeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ment/types/registry/DamageTypeArgument.kt → ...r/argument/registry/DamageTypeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ment/types/registry/EntityTypeArgument.kt → ...r/argument/registry/EntityTypeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../argument/types/registry/FluidArgument.kt → ...tellar/argument/registry/FluidArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...ent/types/registry/FrogVariantArgument.kt → .../argument/registry/FrogVariantArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package com.undefined.stellar.argument.types.registry | ||
package com.undefined.stellar.argument.registry | ||
|
||
import com.undefined.stellar.AbstractStellarCommand | ||
import com.undefined.stellar.argument.AbstractStellarArgument | ||
|
||
class FrogVariantArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<FrogVariantArgument>(parent, name) | ||
class FrogVariantArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<com.undefined.stellar.argument.registry.FrogVariantArgument>(parent, name) |
2 changes: 1 addition & 1 deletion
2
...ument/types/registry/GameEventArgument.kt → ...ar/argument/registry/GameEventArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ment/types/registry/InstrumentArgument.kt → ...r/argument/registry/InstrumentArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...t/types/registry/InventoryTypeArgument.kt → ...rgument/registry/InventoryTypeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...gument/types/registry/ItemTypeArgument.kt → ...lar/argument/registry/ItemTypeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...pes/registry/MapDecorationTypeArgument.kt → ...ent/registry/MapDecorationTypeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
package com.undefined.stellar.argument.types.registry | ||
package com.undefined.stellar.argument.registry | ||
|
||
import com.undefined.stellar.AbstractStellarCommand | ||
import com.undefined.stellar.argument.AbstractStellarArgument | ||
import com.undefined.stellar.argument.types.world.LocationArgument | ||
import com.undefined.stellar.argument.world.LocationArgument | ||
|
||
class MapDecorationTypeArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<LocationArgument>(parent, name) |
4 changes: 2 additions & 2 deletions
4
...ument/types/registry/MemoryKeyArgument.kt → ...ar/argument/registry/MemoryKeyArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package com.undefined.stellar.argument.types.registry | ||
package com.undefined.stellar.argument.registry | ||
|
||
import com.undefined.stellar.AbstractStellarCommand | ||
import com.undefined.stellar.argument.AbstractStellarArgument | ||
|
||
class MemoryKeyArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<MemoryKeyArgument>(parent, name) | ||
class MemoryKeyArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<com.undefined.stellar.argument.registry.MemoryKeyArgument>(parent, name) |
2 changes: 1 addition & 1 deletion
2
...ent/types/registry/PatternTypeArgument.kt → .../argument/registry/PatternTypeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...argument/types/registry/PotionArgument.kt → ...ellar/argument/registry/PotionArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ypes/registry/PotionEffectTypeArgument.kt → ...ment/registry/PotionEffectTypeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../argument/types/registry/SoundArgument.kt → ...tellar/argument/registry/SoundArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ument/types/registry/StructureArgument.kt → ...ar/argument/registry/StructureArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...t/types/registry/StructureTypeArgument.kt → ...rgument/registry/StructureTypeArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
package com.undefined.stellar.argument.types.registry | ||
package com.undefined.stellar.argument.registry | ||
|
||
import com.undefined.stellar.AbstractStellarCommand | ||
import com.undefined.stellar.argument.AbstractStellarArgument | ||
|
||
class StructureTypeArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<StructureTypeArgument>(parent, name) | ||
class StructureTypeArgument(parent: AbstractStellarCommand<*>, name: String) : AbstractStellarArgument<com.undefined.stellar.argument.registry.StructureTypeArgument>(parent, name) |
2 changes: 1 addition & 1 deletion
2
...nt/types/registry/TrimMaterialArgument.kt → ...argument/registry/TrimMaterialArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ent/types/registry/TrimPatternArgument.kt → .../argument/registry/TrimPatternArgument.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.