aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-11-17 19:55:02 +0100
committerLinnea Gräf <nea@nea.moe>2025-11-17 19:55:02 +0100
commitc93a04a001b0f66b2724d46b04b6d1ed49a08d07 (patch)
tree5869ca70acc482ef0362f27785c3d3f1cbb9ffae /src/main/kotlin
parentaf9893b59407c69d31ebd2ed513f0396ab4d2dc9 (diff)
downloadFirmament-c93a04a001b0f66b2724d46b04b6d1ed49a08d07.tar.gz
Firmament-c93a04a001b0f66b2724d46b04b6d1ed49a08d07.tar.bz2
Firmament-c93a04a001b0f66b2724d46b04b6d1ed49a08d07.zip
refactor: port to mojmaps
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/Firmament.kt10
-rw-r--r--src/main/kotlin/apis/Profiles.kt6
-rw-r--r--src/main/kotlin/apis/UrsaManager.kt8
-rw-r--r--src/main/kotlin/commands/rome.kt94
-rw-r--r--src/main/kotlin/events/AllowChatEvent.kt4
-rw-r--r--src/main/kotlin/events/AttackBlockEvent.kt16
-rw-r--r--src/main/kotlin/events/ChestInventoryUpdateEvent.kt2
-rw-r--r--src/main/kotlin/events/CommandEvent.kt6
-rw-r--r--src/main/kotlin/events/CustomItemModelEvent.kt36
-rw-r--r--src/main/kotlin/events/EarlyResourceReloadEvent.kt2
-rw-r--r--src/main/kotlin/events/EntityDespawnEvent.kt2
-rw-r--r--src/main/kotlin/events/EntityInteractionEvent.kt6
-rw-r--r--src/main/kotlin/events/EntityRenderTintEvent.kt14
-rw-r--r--src/main/kotlin/events/EntityUpdateEvent.kt26
-rw-r--r--src/main/kotlin/events/FinalizeResourceManagerEvent.kt20
-rw-r--r--src/main/kotlin/events/HandledScreenClickEvent.kt4
-rw-r--r--src/main/kotlin/events/HandledScreenForegroundEvent.kt8
-rw-r--r--src/main/kotlin/events/HandledScreenKeyPressedEvent.kt16
-rw-r--r--src/main/kotlin/events/HandledScreenPushREIEvent.kt4
-rw-r--r--src/main/kotlin/events/HotbarItemRenderEvent.kt16
-rw-r--r--src/main/kotlin/events/HudRenderEvent.kt12
-rw-r--r--src/main/kotlin/events/IsSlotProtectedEvent.kt28
-rw-r--r--src/main/kotlin/events/ItemTooltipEvent.kt10
-rw-r--r--src/main/kotlin/events/JoinServerEvent.kt6
-rw-r--r--src/main/kotlin/events/ModifyChatEvent.kt6
-rw-r--r--src/main/kotlin/events/OutgoingPacketEvent.kt2
-rw-r--r--src/main/kotlin/events/ParticleSpawnEvent.kt8
-rw-r--r--src/main/kotlin/events/PlayerInventoryUpdate.kt2
-rw-r--r--src/main/kotlin/events/ProcessChatEvent.kt4
-rw-r--r--src/main/kotlin/events/ScreenChangeEvent.kt2
-rw-r--r--src/main/kotlin/events/ScreenRenderPostEvent.kt6
-rw-r--r--src/main/kotlin/events/ServerConnectedEvent.kt10
-rw-r--r--src/main/kotlin/events/SlotClickEvent.kt8
-rw-r--r--src/main/kotlin/events/SlotRenderEvents.kt14
-rw-r--r--src/main/kotlin/events/SoundReceiveEvent.kt14
-rw-r--r--src/main/kotlin/events/UseBlockEvent.kt10
-rw-r--r--src/main/kotlin/events/UseItemEvent.kt12
-rw-r--r--src/main/kotlin/events/WorldRenderLastEvent.kt14
-rw-r--r--src/main/kotlin/events/registration/ChatEvents.kt22
-rw-r--r--src/main/kotlin/features/chat/AutoCompletions.kt2
-rw-r--r--src/main/kotlin/features/chat/ChatLinks.kt48
-rw-r--r--src/main/kotlin/features/chat/CopyChat.kt4
-rw-r--r--src/main/kotlin/features/chat/PartyCommands.kt4
-rw-r--r--src/main/kotlin/features/chat/QuickCommands.kt26
-rw-r--r--src/main/kotlin/features/debug/AnimatedClothingScanner.kt34
-rw-r--r--src/main/kotlin/features/debug/DebugLogger.kt4
-rw-r--r--src/main/kotlin/features/debug/DeveloperFeatures.kt12
-rw-r--r--src/main/kotlin/features/debug/ExportedTestConstantMeta.kt2
-rw-r--r--src/main/kotlin/features/debug/MinorTrolling.kt4
-rw-r--r--src/main/kotlin/features/debug/PowerUserTools.kt134
-rw-r--r--src/main/kotlin/features/debug/SkinPreviews.kt18
-rw-r--r--src/main/kotlin/features/debug/SoundVisualizer.kt4
-rw-r--r--src/main/kotlin/features/debug/itemeditor/ExportRecipe.kt30
-rw-r--r--src/main/kotlin/features/debug/itemeditor/ItemExporter.kt20
-rw-r--r--src/main/kotlin/features/debug/itemeditor/LegacyItemData.kt8
-rw-r--r--src/main/kotlin/features/debug/itemeditor/LegacyItemExporter.kt98
-rw-r--r--src/main/kotlin/features/diana/AncestralSpadeSolver.kt16
-rw-r--r--src/main/kotlin/features/diana/NearbyBurrowsSolver.kt12
-rw-r--r--src/main/kotlin/features/events/anniversity/AnniversaryFeatures.kt30
-rw-r--r--src/main/kotlin/features/events/anniversity/CenturyRaffleFeatures.kt28
-rw-r--r--src/main/kotlin/features/events/carnival/MinesweeperHelper.kt38
-rw-r--r--src/main/kotlin/features/fixes/Fixes.kt30
-rw-r--r--src/main/kotlin/features/garden/HideComposterNoises.kt14
-rw-r--r--src/main/kotlin/features/inventory/CraftingOverlay.kt26
-rw-r--r--src/main/kotlin/features/inventory/ItemRarityCosmetics.kt18
-rw-r--r--src/main/kotlin/features/inventory/JunkHighlighter.kt2
-rw-r--r--src/main/kotlin/features/inventory/PetFeatures.kt134
-rw-r--r--src/main/kotlin/features/inventory/PriceData.kt18
-rw-r--r--src/main/kotlin/features/inventory/REIDependencyWarner.kt26
-rw-r--r--src/main/kotlin/features/inventory/SaveCursorPosition.kt6
-rw-r--r--src/main/kotlin/features/inventory/SlotLocking.kt128
-rw-r--r--src/main/kotlin/features/inventory/TimerInLore.kt12
-rw-r--r--src/main/kotlin/features/inventory/WardrobeKeybinds.kt12
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButton.kt42
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButtonEditor.kt116
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButtonTemplates.kt4
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButtons.kt30
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageBackingHandle.kt20
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageOverlay.kt30
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageOverlayCustom.kt52
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageOverlayScreen.kt142
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageOverviewScreen.kt54
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/VirtualInventory.kt22
-rw-r--r--src/main/kotlin/features/items/BlockZapperOverlay.kt24
-rw-r--r--src/main/kotlin/features/items/BonemerangOverlay.kt36
-rw-r--r--src/main/kotlin/features/items/EtherwarpOverlay.kt76
-rw-r--r--src/main/kotlin/features/macros/ComboProcessor.kt22
-rw-r--r--src/main/kotlin/features/macros/HotkeyAction.kt8
-rw-r--r--src/main/kotlin/features/macros/KeyComboTrie.kt10
-rw-r--r--src/main/kotlin/features/macros/MacroUI.kt8
-rw-r--r--src/main/kotlin/features/macros/RadialMenu.kt14
-rw-r--r--src/main/kotlin/features/mining/CommissionFeatures.kt2
-rw-r--r--src/main/kotlin/features/mining/HotmPresets.kt60
-rw-r--r--src/main/kotlin/features/mining/MiningBlockInfoUi.kt4
-rw-r--r--src/main/kotlin/features/mining/PickaxeAbility.kt42
-rw-r--r--src/main/kotlin/features/mining/PristineProfitTracker.kt6
-rw-r--r--src/main/kotlin/features/misc/CustomCapes.kt80
-rw-r--r--src/main/kotlin/features/misc/Hud.kt46
-rw-r--r--src/main/kotlin/features/misc/LicenseViewer.kt16
-rw-r--r--src/main/kotlin/features/misc/ModAnnouncer.kt28
-rw-r--r--src/main/kotlin/features/world/ColeWeightCompat.kt24
-rw-r--r--src/main/kotlin/features/world/FairySouls.kt4
-rw-r--r--src/main/kotlin/features/world/FirmWaypointManager.kt10
-rw-r--r--src/main/kotlin/features/world/FirmWaypoints.kt2
-rw-r--r--src/main/kotlin/features/world/NavigableWaypoint.kt2
-rw-r--r--src/main/kotlin/features/world/NavigationHelper.kt24
-rw-r--r--src/main/kotlin/features/world/NpcWaypointGui.kt4
-rw-r--r--src/main/kotlin/features/world/TemporaryWaypoints.kt14
-rw-r--r--src/main/kotlin/features/world/Waypoints.kt46
-rw-r--r--src/main/kotlin/gui/BarComponent.kt32
-rw-r--r--src/main/kotlin/gui/CheckboxComponent.kt4
-rw-r--r--src/main/kotlin/gui/config/AllConfigsGui.kt8
-rw-r--r--src/main/kotlin/gui/config/BuiltInConfigScreenProvider.kt2
-rw-r--r--src/main/kotlin/gui/config/ChoiceHandler.kt6
-rw-r--r--src/main/kotlin/gui/config/EnumRenderer.kt8
-rw-r--r--src/main/kotlin/gui/config/FirmamentConfigScreenProvider.kt2
-rw-r--r--src/main/kotlin/gui/config/GuiAppender.kt6
-rw-r--r--src/main/kotlin/gui/config/HudMetaHandler.kt18
-rw-r--r--src/main/kotlin/gui/config/JAnyHud.kt18
-rw-r--r--src/main/kotlin/gui/config/KeyBindingStateManager.kt10
-rw-r--r--src/main/kotlin/gui/config/ManagedOption.kt6
-rw-r--r--src/main/kotlin/gui/config/StringHandler.kt4
-rw-r--r--src/main/kotlin/gui/entity/EntityModifier.kt2
-rw-r--r--src/main/kotlin/gui/entity/EntityRenderer.kt68