aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/compat/sodium/java/SodiumChunkReloader.kt (renamed from src/main/kotlin/moe/nea/firmament/compat/SodiumChunkReloader.kt)8
-rw-r--r--src/compat/sodium/java/moe/nea/firmament/mixins/accessor/sodium/AccessorSodiumWorldRenderer.java (renamed from src/main/java/moe/nea/firmament/mixins/accessor/sodium/AccessorSodiumWorldRenderer.java)2
-rw-r--r--src/compat/sodium/java/moe/nea/firmament/mixins/custommodels/PatchBlockModelInSodiumChunkGenerator.java (renamed from src/main/java/moe/nea/firmament/mixins/custommodels/PatchBlockModelInSodiumChunkGenerator.java)0
-rw-r--r--src/main/java/moe/nea/firmament/init/AutoDiscoveryPlugin.java173
-rw-r--r--src/main/java/moe/nea/firmament/init/MixinPlugin.java5
-rw-r--r--src/main/kotlin/Firmament.kt (renamed from src/main/kotlin/moe/nea/firmament/Firmament.kt)0
-rw-r--r--src/main/kotlin/apis/Profiles.kt (renamed from src/main/kotlin/moe/nea/firmament/apis/Profiles.kt)0
-rw-r--r--src/main/kotlin/apis/Routes.kt (renamed from src/main/kotlin/moe/nea/firmament/apis/Routes.kt)0
-rw-r--r--src/main/kotlin/apis/UrsaManager.kt (renamed from src/main/kotlin/moe/nea/firmament/apis/UrsaManager.kt)0
-rw-r--r--src/main/kotlin/commands/CaseInsensitiveLiteralCommandNode.kt (renamed from src/main/kotlin/moe/nea/firmament/commands/CaseInsensitiveLiteralCommandNode.kt)0
-rw-r--r--src/main/kotlin/commands/RestArgumentType.kt (renamed from src/main/kotlin/moe/nea/firmament/commands/RestArgumentType.kt)0
-rw-r--r--src/main/kotlin/commands/dsl.kt (renamed from src/main/kotlin/moe/nea/firmament/commands/dsl.kt)0
-rw-r--r--src/main/kotlin/commands/rome.kt (renamed from src/main/kotlin/moe/nea/firmament/commands/rome.kt)0
-rw-r--r--src/main/kotlin/events/AllowChatEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/AllowChatEvent.kt)0
-rw-r--r--src/main/kotlin/events/AttackBlockEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/AttackBlockEvent.kt)0
-rw-r--r--src/main/kotlin/events/BakeExtraModelsEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/BakeExtraModelsEvent.kt)0
-rw-r--r--src/main/kotlin/events/ClientStartedEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/ClientStartedEvent.kt)0
-rw-r--r--src/main/kotlin/events/CommandEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/CommandEvent.kt)0
-rw-r--r--src/main/kotlin/events/CustomItemModelEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/CustomItemModelEvent.kt)0
-rw-r--r--src/main/kotlin/events/EarlyResourceReloadEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/EarlyResourceReloadEvent.kt)0
-rw-r--r--src/main/kotlin/events/EntityDespawnEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/EntityDespawnEvent.kt)0
-rw-r--r--src/main/kotlin/events/EntityInteractionEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/EntityInteractionEvent.kt)0
-rw-r--r--src/main/kotlin/events/EntityUpdateEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/EntityUpdateEvent.kt)0
-rw-r--r--src/main/kotlin/events/FeaturesInitializedEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/FeaturesInitializedEvent.kt)0
-rw-r--r--src/main/kotlin/events/FinalizeResourceManagerEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/FinalizeResourceManagerEvent.kt)0
-rw-r--r--src/main/kotlin/events/FirmamentEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/FirmamentEvent.kt)0
-rw-r--r--src/main/kotlin/events/FirmamentEventBus.kt (renamed from src/main/kotlin/moe/nea/firmament/events/FirmamentEventBus.kt)0
-rw-r--r--src/main/kotlin/events/HandledScreenClickEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/HandledScreenClickEvent.kt)0
-rw-r--r--src/main/kotlin/events/HandledScreenForegroundEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/HandledScreenForegroundEvent.kt)0
-rw-r--r--src/main/kotlin/events/HandledScreenKeyPressedEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/HandledScreenKeyPressedEvent.kt)0
-rw-r--r--src/main/kotlin/events/HandledScreenPushREIEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/HandledScreenPushREIEvent.kt)0
-rw-r--r--src/main/kotlin/events/HotbarItemRenderEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/HotbarItemRenderEvent.kt)0
-rw-r--r--src/main/kotlin/events/HudRenderEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/HudRenderEvent.kt)0
-rw-r--r--src/main/kotlin/events/IsSlotProtectedEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/IsSlotProtectedEvent.kt)0
-rw-r--r--src/main/kotlin/events/ItemTooltipEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/ItemTooltipEvent.kt)0
-rw-r--r--src/main/kotlin/events/MaskCommands.kt (renamed from src/main/kotlin/moe/nea/firmament/events/MaskCommands.kt)0
-rw-r--r--src/main/kotlin/events/ModifyChatEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/ModifyChatEvent.kt)0
-rw-r--r--src/main/kotlin/events/OutgoingPacketEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/OutgoingPacketEvent.kt)0
-rw-r--r--src/main/kotlin/events/ParticleSpawnEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/ParticleSpawnEvent.kt)0
-rw-r--r--src/main/kotlin/events/PlayerInventoryUpdate.kt (renamed from src/main/kotlin/moe/nea/firmament/events/PlayerInventoryUpdate.kt)0
-rw-r--r--src/main/kotlin/events/ProcessChatEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/ProcessChatEvent.kt)0
-rw-r--r--src/main/kotlin/events/ReloadRegistrationEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/ReloadRegistrationEvent.kt)0
-rw-r--r--src/main/kotlin/events/ScreenChangeEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/ScreenChangeEvent.kt)0
-rw-r--r--src/main/kotlin/events/ScreenRenderPostEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/ScreenRenderPostEvent.kt)0
-rw-r--r--src/main/kotlin/events/ServerConnectedEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/ServerConnectedEvent.kt)0
-rw-r--r--src/main/kotlin/events/SkyblockServerUpdateEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/SkyblockServerUpdateEvent.kt)0
-rw-r--r--src/main/kotlin/events/SlotClickEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/SlotClickEvent.kt)0
-rw-r--r--src/main/kotlin/events/SlotRenderEvents.kt (renamed from src/main/kotlin/moe/nea/firmament/events/SlotRenderEvents.kt)0
-rw-r--r--src/main/kotlin/events/SoundReceiveEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/SoundReceiveEvent.kt)0
-rw-r--r--src/main/kotlin/events/TickEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/TickEvent.kt)0
-rw-r--r--src/main/kotlin/events/TooltipEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/TooltipEvent.kt)0
-rw-r--r--src/main/kotlin/events/UseBlockEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/UseBlockEvent.kt)0
-rw-r--r--src/main/kotlin/events/WorldKeyboardEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/WorldKeyboardEvent.kt)0
-rw-r--r--src/main/kotlin/events/WorldReadyEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/WorldReadyEvent.kt)0
-rw-r--r--src/main/kotlin/events/WorldRenderLastEvent.kt (renamed from src/main/kotlin/moe/nea/firmament/events/WorldRenderLastEvent.kt)0
-rw-r--r--src/main/kotlin/events/registration/ChatEvents.kt (renamed from src/main/kotlin/moe/nea/firmament/events/registration/ChatEvents.kt)0
-rw-r--r--src/main/kotlin/events/subscription/Subscription.kt (renamed from src/main/kotlin/moe/nea/firmament/events/subscription/Subscription.kt)0
-rw-r--r--src/main/kotlin/features/FeatureManager.kt (renamed from src/main/kotlin/moe/nea/firmament/features/FeatureManager.kt)0
-rw-r--r--src/main/kotlin/features/FirmamentFeature.kt (renamed from src/main/kotlin/moe/nea/firmament/features/FirmamentFeature.kt)0
-rw-r--r--src/main/kotlin/features/chat/AutoCompletions.kt (renamed from src/main/kotlin/moe/nea/firmament/features/chat/AutoCompletions.kt)0
-rw-r--r--src/main/kotlin/features/chat/ChatLinks.kt (renamed from src/main/kotlin/moe/nea/firmament/features/chat/ChatLinks.kt)0
-rw-r--r--src/main/kotlin/features/chat/QuickCommands.kt (renamed from src/main/kotlin/moe/nea/firmament/features/chat/QuickCommands.kt)0
-rw-r--r--src/main/kotlin/features/debug/DebugLogger.kt (renamed from src/main/kotlin/moe/nea/firmament/features/debug/DebugLogger.kt)0
-rw-r--r--src/main/kotlin/features/debug/DebugView.kt (renamed from src/main/kotlin/moe/nea/firmament/features/debug/DebugView.kt)0
-rw-r--r--src/main/kotlin/features/debug/DeveloperFeatures.kt (renamed from src/main/kotlin/moe/nea/firmament/features/debug/DeveloperFeatures.kt)0
-rw-r--r--src/main/kotlin/features/debug/MinorTrolling.kt (renamed from src/main/kotlin/moe/nea/firmament/features/debug/MinorTrolling.kt)0
-rw-r--r--src/main/kotlin/features/debug/PowerUserTools.kt (renamed from src/main/kotlin/moe/nea/firmament/features/debug/PowerUserTools.kt)0
-rw-r--r--src/main/kotlin/features/diana/AncestralSpadeSolver.kt (renamed from src/main/kotlin/moe/nea/firmament/features/diana/AncestralSpadeSolver.kt)0
-rw-r--r--src/main/kotlin/features/diana/DianaWaypoints.kt (renamed from src/main/kotlin/moe/nea/firmament/features/diana/DianaWaypoints.kt)0
-rw-r--r--src/main/kotlin/features/diana/NearbyBurrowsSolver.kt (renamed from src/main/kotlin/moe/nea/firmament/features/diana/NearbyBurrowsSolver.kt)0
-rw-r--r--src/main/kotlin/features/events/anniversity/AnniversaryFeatures.kt (renamed from src/main/kotlin/moe/nea/firmament/features/events/anniversity/AnniversaryFeatures.kt)0
-rw-r--r--src/main/kotlin/features/events/carnival/CarnivalFeatures.kt (renamed from src/main/kotlin/moe/nea/firmament/features/events/carnival/CarnivalFeatures.kt)0
-rw-r--r--src/main/kotlin/features/events/carnival/MinesweeperHelper.kt (renamed from src/main/kotlin/moe/nea/firmament/features/events/carnival/MinesweeperHelper.kt)0
-rw-r--r--src/main/kotlin/features/fixes/CompatibliltyFeatures.kt (renamed from src/main/kotlin/moe/nea/firmament/features/fixes/CompatibliltyFeatures.kt)0
-rw-r--r--src/main/kotlin/features/fixes/Fixes.kt (renamed from src/main/kotlin/moe/nea/firmament/features/fixes/Fixes.kt)0
-rw-r--r--src/main/kotlin/features/inventory/CraftingOverlay.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/CraftingOverlay.kt)0
-rw-r--r--src/main/kotlin/features/inventory/ItemRarityCosmetics.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/ItemRarityCosmetics.kt)0
-rw-r--r--src/main/kotlin/features/inventory/PriceData.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/PriceData.kt)0
-rw-r--r--src/main/kotlin/features/inventory/SaveCursorPosition.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/SaveCursorPosition.kt)0
-rw-r--r--src/main/kotlin/features/inventory/SlotLocking.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/SlotLocking.kt)0
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButton.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButton.kt)0
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButtonEditor.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonEditor.kt)0
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButtonTemplates.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonTemplates.kt)0
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButtons.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtons.kt)0
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageBackingHandle.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageBackingHandle.kt)0
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageData.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageData.kt)0
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageOverlay.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlay.kt)0
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageOverlayCustom.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlayCustom.kt)0
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageOverlayScreen.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlayScreen.kt)0
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageOverviewScreen.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverviewScreen.kt)0
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StoragePageSlot.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StoragePageSlot.kt)0
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/VirtualInventory.kt (renamed from src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/VirtualInventory.kt)0
-rw-r--r--src/main/kotlin/features/mining/Histogram.kt (renamed from src/main/kotlin/moe/nea/firmament/features/mining/Histogram.kt)0
-rw-r--r--src/main/kotlin/features/mining/PickaxeAbility.kt (renamed from src/main/kotlin/moe/nea/firmament/features/mining/PickaxeAbility.kt)0
-rw-r--r--src/main/kotlin/features/mining/PristineProfitTracker.kt (renamed from src/main/kotlin/moe/nea/firmament/features/mining/PristineProfitTracker.kt)0
-rw-r--r--src/main/kotlin/features/notifications/Notifications.kt (renamed from src/main/kotlin/moe/nea/firmament/features/notifications/Notifications.kt)0
-rw-r--r--src/main/kotlin/features/texturepack/AlwaysPredicate.kt (renamed from src/main/kotlin/moe/nea/firmament/features/texturepack/AlwaysPredicate.kt)0
-rw-r--r--src/main/kotlin/features/texturepack/AndPredicate.kt (renamed from src/main/kotlin/moe/nea/firmament/features/texturepack/AndPredicate.kt)0
-rw-r--r--src/main/kotlin/features/texturepack/BakedModelExtra.kt (renamed from src/main/kotlin/moe/nea/firmament/features/texturepack/BakedModelExtra.kt)0
-rw-r--r--