Skip to content

Commit 06c11f6

Browse files
committed
refactor: rename the files coresponding to the classes and remove wildcards imports
1 parent 908db7a commit 06c11f6

12 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/kotlin/platform/adventure/framework/AdventurePresentationProvider.kt renamed to src/main/kotlin/platform/adventure/framework/AdventureLibraryDetector.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class AdventureLibraryDetector : MinecraftLibraryDetector {
3434

3535
override fun isLibraryPresent(project: Project, scope: GlobalSearchScope): Boolean =
3636
hasLibraryManifest(scope) { manifest ->
37-
manifest[SPECIFICATION_TITLE] == AdventureConstants.API_SPECIFICATION_TITLE ||
38-
manifest["Automatic-Module-Name"] == AdventureConstants.API_MODULE_ID
37+
manifest[SPECIFICATION_TITLE] == AdventureConstants.API_SPECIFICATION_TITLE ||
38+
manifest["Automatic-Module-Name"] == AdventureConstants.API_MODULE_ID
3939
}
4040
}

src/main/kotlin/platform/architectury/framework/ArchitecturyPresentationProvider.kt renamed to src/main/kotlin/platform/architectury/framework/ArchitecturyLibraryDetector.kt

File renamed without changes.

src/main/kotlin/platform/bukkit/framework/BukkitPresentationProviders.kt renamed to src/main/kotlin/platform/bukkit/framework/BukkitLibraryDetectors.kt

File renamed without changes.

src/main/kotlin/platform/bukkit/framework/ModernPaperPresentationProvider.kt renamed to src/main/kotlin/platform/bukkit/framework/ModernPaperLibraryDetector.kt

File renamed without changes.

src/main/kotlin/platform/bungeecord/framework/BungeeCordPresentationProvider.kt renamed to src/main/kotlin/platform/bungeecord/framework/BungeeCordLibraryDetector.kt

File renamed without changes.

src/main/kotlin/platform/fabric/framework/FabricPresentationProvider.kt renamed to src/main/kotlin/platform/fabric/framework/FabricLibraryDetector.kt

File renamed without changes.

src/main/kotlin/platform/forge/framework/ForgePresentationProvider.kt renamed to src/main/kotlin/platform/forge/framework/ForgeLibraryDetector.kt

File renamed without changes.

src/main/kotlin/platform/mcp/framework/McpPresentationProvider.kt renamed to src/main/kotlin/platform/mcp/framework/McpLibraryDetector.kt

File renamed without changes.

src/main/kotlin/platform/mixin/framework/MixinPresentationProvider.kt renamed to src/main/kotlin/platform/mixin/framework/MixinLibraryDetector.kt

File renamed without changes.

src/main/kotlin/platform/neoforge/framework/NeoForgePresentationProvider.kt renamed to src/main/kotlin/platform/neoforge/framework/NeoForgeLibraryDetector.kt

File renamed without changes.

0 commit comments

Comments
 (0)