aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/Compat.kt11
-rw-r--r--src/main/kotlin/Firmament.kt80
-rw-r--r--src/main/kotlin/apis/Profiles.kt18
-rw-r--r--src/main/kotlin/apis/Routes.kt127
-rw-r--r--src/main/kotlin/apis/UrsaManager.kt130
-rw-r--r--src/main/kotlin/commands/Duration.kt74
-rw-r--r--src/main/kotlin/commands/dsl.kt140
-rw-r--r--src/main/kotlin/commands/rome.kt241
-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/BakeExtraModelsEvent.kt24
-rw-r--r--src/main/kotlin/events/ChestInventoryUpdateEvent.kt2
-rw-r--r--src/main/kotlin/events/CommandEvent.kt5
-rw-r--r--src/main/kotlin/events/CustomItemModelEvent.kt77
-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.kt67
-rw-r--r--src/main/kotlin/events/EntityUpdateEvent.kt57
-rw-r--r--src/main/kotlin/events/FeaturesInitializedEvent.kt8
-rw-r--r--src/main/kotlin/events/FinalizeResourceManagerEvent.kt20
-rw-r--r--src/main/kotlin/events/FirmamentEventBus.kt3
-rw-r--r--src/main/kotlin/events/HandledScreenClickEvent.kt13
-rw-r--r--src/main/kotlin/events/HandledScreenForegroundEvent.kt8
-rw-r--r--src/main/kotlin/events/HandledScreenKeyPressedEvent.kt54
-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.kt22
-rw-r--r--src/main/kotlin/events/IsSlotProtectedEvent.kt80
-rw-r--r--src/main/kotlin/events/ItemTooltipEvent.kt10
-rw-r--r--src/main/kotlin/events/JoinServerEvent.kt11
-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/PartyMessageReceivedEvent.kt9
-rw-r--r--src/main/kotlin/events/PlayerInventoryUpdate.kt21
-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.kt17
-rw-r--r--src/main/kotlin/events/SoundReceiveEvent.kt14
-rw-r--r--src/main/kotlin/events/TickEvent.kt3
-rw-r--r--src/main/kotlin/events/UseBlockEvent.kt10
-rw-r--r--src/main/kotlin/events/UseItemEvent.kt11
-rw-r--r--src/main/kotlin/events/WorldKeyboardEvent.kt21
-rw-r--r--src/main/kotlin/events/WorldMouseMoveEvent.kt5
-rw-r--r--src/main/kotlin/events/WorldRenderLastEvent.kt21
-rw-r--r--src/main/kotlin/events/registration/ChatEvents.kt92
-rw-r--r--src/main/kotlin/events/subscription/Subscription.kt4
-rw-r--r--src/main/kotlin/features/FeatureManager.kt134
-rw-r--r--src/main/kotlin/features/FirmamentFeature.kt23
-rw-r--r--src/main/kotlin/features/chat/AutoCompletions.kt33
-rw-r--r--src/main/kotlin/features/chat/ChatLinks.kt272
-rw-r--r--src/main/kotlin/features/chat/CopyChat.kt21
-rw-r--r--src/main/kotlin/features/chat/PartyCommands.kt136
-rw-r--r--src/main/kotlin/features/chat/QuickCommands.kt235
-rw-r--r--src/main/kotlin/features/debug/AnimatedClothingScanner.kt193
-rw-r--r--src/main/kotlin/features/debug/DebugLogger.kt11
-rw-r--r--src/main/kotlin/features/debug/DebugView.kt29
-rw-r--r--src/main/kotlin/features/debug/DeveloperFeatures.kt78
-rw-r--r--src/main/kotlin/features/debug/ExportedTestConstantMeta.kt27
-rw-r--r--src/main/kotlin/features/debug/MinorTrolling.kt10
-rw-r--r--src/main/kotlin/features/debug/PowerUserTools.kt192
-rw-r--r--src/main/kotlin/features/debug/SkinPreviews.kt91
-rw-r--r--src/main/kotlin/features/debug/SoundVisualizer.kt65
-rw-r--r--src/main/kotlin/features/debug/itemeditor/ExportRecipe.kt256
-rw-r--r--src/main/kotlin/features/debug/itemeditor/ItemExporter.kt250
-rw-r--r--src/main/kotlin/features/debug/itemeditor/LegacyItemData.kt87
-rw-r--r--src/main/kotlin/features/debug/itemeditor/LegacyItemExporter.kt318
-rw-r--r--src/main/kotlin/features/diana/AncestralSpadeSolver.kt35
-rw-r--r--src/main/kotlin/features/diana/DianaWaypoints.kt36
-rw-r--r--src/main/kotlin/features/diana/NearbyBurrowsSolver.kt19
-rw-r--r--src/main/kotlin/features/events/anniversity/AnniversaryFeatures.kt396
-rw-r--r--src/main/kotlin/features/events/anniversity/CenturyRaffleFeatures.kt65
-rw-r--r--src/main/kotlin/features/events/carnival/CarnivalFeatures.kt13
-rw-r--r--src/main/kotlin/features/events/carnival/MinesweeperHelper.kt55
-rw-r--r--src/main/kotlin/features/fixes/CompatibliltyFeatures.kt41
-rw-r--r--src/main/kotlin/features/fixes/Fixes.kt127
-rw-r--r--src/main/kotlin/features/garden/HideComposterNoises.kt34
-rw-r--r--src/main/kotlin/features/inventory/CraftingOverlay.kt33
-rw-r--r--src/main/kotlin/features/inventory/ItemHotkeys.kt10
-rw-r--r--src/main/kotlin/features/inventory/ItemRarityCosmetics.kt50
-rw-r--r--src/main/kotlin/features/inventory/JunkHighlighter.kt30
-rw-r--r--src/main/kotlin/features/inventory/PetFeatures.kt551
-rw-r--r--src/main/kotlin/features/inventory/PriceData.kt149
-rw-r--r--src/main/kotlin/features/inventory/REIDependencyWarner.kt32
-rw-r--r--src/main/kotlin/features/inventory/SaveCursorPosition.kt113
-rw-r--r--src/main/kotlin/features/inventory/SlotLocking.kt384
-rw-r--r--src/main/kotlin/features/inventory/TimerInLore.kt152
-rw-r--r--src/main/kotlin/features/inventory/WardrobeKeybinds.kt80
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButton.kt162
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButtonEditor.kt231
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButtonTemplates.kt5
-rw-r--r--src/main/kotlin/features/inventory/buttons/InventoryButtons.kt158
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageBackingHandle.kt24
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageOverlay.kt105
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageOverlayCustom.kt84
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageOverlayScreen.kt370
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/StorageOverviewScreen.kt82
-rw-r--r--src/main/kotlin/features/inventory/storageoverlay/VirtualInventory.kt108
-rw-r--r--src/main/kotlin/features/items/BlockZapperOverlay.kt139
-rw-r--r--src/main/kotlin/features/items/BonemerangOverlay.kt94
-rw-r--r--src/main/kotlin/features/items/EtherwarpOverlay.kt234
-rw-r--r--src/main/kotlin/features/items/recipes/ArrowWidget.kt38
-rw-r--r--src/main/kotlin/features/items/recipes/ComponentWidget.kt27
-rw-r--r--src/main/kotlin/features/items/recipes/EntityWidget.kt27
-rw-r--r--src/main/kotlin/features/items/recipes/FireWidget.kt19
-rw-r--r--src/main/kotlin/features/items/recipes/ItemList.kt308
-rw-r--r--src/main/kotlin/features/items/recipes/ItemSlotWidget.kt141
-rw-r--r--src/main/kotlin/features/items/recipes/MoulConfigWidget.kt46
-rw-r--r--src/main/kotlin/features/items/recipes/RecipeRegistry.kt116
-rw-r--r--src/main/kotlin/features/items/recipes/RecipeScreen.kt129
-rw-r--r--src/main/kotlin/features/items/recipes/RecipeWidget.kt37
-rw-r--r--src/main/kotlin/features/items/recipes/RenderableRecipe.kt27
-rw-r--r--src/main/kotlin/features/items/recipes/StandaloneRecipeRenderer.kt77
-rw-r--r--src/main/kotlin/features/items/recipes/TooltipWidget.kt30
-rw-r--r--src/main/kotlin/features/macros/ComboProcessor.kt103
-rw-r--r--src/main/kotlin/features/macros/HotkeyAction.kt40
-rw-r--r--src/main/kotlin/features/macros/KeyComboTrie.kt73
-rw-r--r--src/main/kotlin/features/macros/MacroData.kt19
-rw-r--r--src/main/kotlin/features/macros/MacroUI.kt293
-rw-r--r--src/main/kotlin/features/macros/RadialMenu.kt153
-rw-r--r--src/main/kotlin/features/mining/CommissionFeatures.kt10
-rw-r--r--src/main/kotlin/features/mining/Histogram.kt3
-rw-r--r--src/main/kotlin/features/mining/HotmPresets.kt69
-rw-r--r--