index
:
github/Firmament.git
experiment/itemstacks
feat/betterwaypoints
feat/web
fix/citresewn
inventorybuttons
master
mc-1.21.0
mc-1.21.10
mc-1.21.3
mc-1.21.4
mc-1.21.5
mc-1.21.7
mc1.21.5
perftest
test
update
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
kotlin
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'src/main/kotlin')
-rw-r--r--
src/main/kotlin/Compat.kt
11
-rw-r--r--
src/main/kotlin/Firmament.kt
80
-rw-r--r--
src/main/kotlin/apis/Profiles.kt
18
-rw-r--r--
src/main/kotlin/apis/Routes.kt
127
-rw-r--r--
src/main/kotlin/apis/UrsaManager.kt
130
-rw-r--r--
src/main/kotlin/commands/Duration.kt
74
-rw-r--r--
src/main/kotlin/commands/dsl.kt
140
-rw-r--r--
src/main/kotlin/commands/rome.kt
241
-rw-r--r--
src/main/kotlin/events/AllowChatEvent.kt
4
-rw-r--r--
src/main/kotlin/events/AttackBlockEvent.kt
16
-rw-r--r--
src/main/kotlin/events/BakeExtraModelsEvent.kt
24
-rw-r--r--
src/main/kotlin/events/ChestInventoryUpdateEvent.kt
2
-rw-r--r--
src/main/kotlin/events/CommandEvent.kt
5
-rw-r--r--
src/main/kotlin/events/CustomItemModelEvent.kt
77
-rw-r--r--
src/main/kotlin/events/EarlyResourceReloadEvent.kt
2
-rw-r--r--
src/main/kotlin/events/EntityDespawnEvent.kt
2
-rw-r--r--
src/main/kotlin/events/EntityInteractionEvent.kt
6
-rw-r--r--
src/main/kotlin/events/EntityRenderTintEvent.kt
67
-rw-r--r--
src/main/kotlin/events/EntityUpdateEvent.kt
57
-rw-r--r--
src/main/kotlin/events/FeaturesInitializedEvent.kt
8
-rw-r--r--
src/main/kotlin/events/FinalizeResourceManagerEvent.kt
20
-rw-r--r--
src/main/kotlin/events/FirmamentEventBus.kt
3
-rw-r--r--
src/main/kotlin/events/HandledScreenClickEvent.kt
13
-rw-r--r--
src/main/kotlin/events/HandledScreenForegroundEvent.kt
8
-rw-r--r--
src/main/kotlin/events/HandledScreenKeyPressedEvent.kt
54
-rw-r--r--
src/main/kotlin/events/HandledScreenPushREIEvent.kt
4
-rw-r--r--
src/main/kotlin/events/HotbarItemRenderEvent.kt
16
-rw-r--r--
src/main/kotlin/events/HudRenderEvent.kt
22
-rw-r--r--
src/main/kotlin/events/IsSlotProtectedEvent.kt
80
-rw-r--r--
src/main/kotlin/events/ItemTooltipEvent.kt
10
-rw-r--r--
src/main/kotlin/events/JoinServerEvent.kt
11
-rw-r--r--
src/main/kotlin/events/ModifyChatEvent.kt
6
-rw-r--r--
src/main/kotlin/events/OutgoingPacketEvent.kt
2
-rw-r--r--
src/main/kotlin/events/ParticleSpawnEvent.kt
8
-rw-r--r--
src/main/kotlin/events/PartyMessageReceivedEvent.kt
9
-rw-r--r--
src/main/kotlin/events/PlayerInventoryUpdate.kt
21
-rw-r--r--
src/main/kotlin/events/ProcessChatEvent.kt
4
-rw-r--r--
src/main/kotlin/events/ScreenChangeEvent.kt
2
-rw-r--r--
src/main/kotlin/events/ScreenRenderPostEvent.kt
6
-rw-r--r--
src/main/kotlin/events/ServerConnectedEvent.kt
10
-rw-r--r--
src/main/kotlin/events/SlotClickEvent.kt
8
-rw-r--r--
src/main/kotlin/events/SlotRenderEvents.kt
17
-rw-r--r--
src/main/kotlin/events/SoundReceiveEvent.kt
14
-rw-r--r--
src/main/kotlin/events/TickEvent.kt
3
-rw-r--r--
src/main/kotlin/events/UseBlockEvent.kt
10
-rw-r--r--
src/main/kotlin/events/UseItemEvent.kt
11
-rw-r--r--
src/main/kotlin/events/WorldKeyboardEvent.kt
21
-rw-r--r--
src/main/kotlin/events/WorldMouseMoveEvent.kt
5
-rw-r--r--
src/main/kotlin/events/WorldRenderLastEvent.kt
21
-rw-r--r--
src/main/kotlin/events/registration/ChatEvents.kt
92
-rw-r--r--
src/main/kotlin/events/subscription/Subscription.kt
4
-rw-r--r--
src/main/kotlin/features/FeatureManager.kt
134
-rw-r--r--
src/main/kotlin/features/FirmamentFeature.kt
23
-rw-r--r--
src/main/kotlin/features/chat/AutoCompletions.kt
33
-rw-r--r--
src/main/kotlin/features/chat/ChatLinks.kt
272
-rw-r--r--
src/main/kotlin/features/chat/CopyChat.kt
21
-rw-r--r--
src/main/kotlin/features/chat/PartyCommands.kt
136
-rw-r--r--
src/main/kotlin/features/chat/QuickCommands.kt
235
-rw-r--r--
src/main/kotlin/features/debug/AnimatedClothingScanner.kt
193
-rw-r--r--
src/main/kotlin/features/debug/DebugLogger.kt
11
-rw-r--r--
src/main/kotlin/features/debug/DebugView.kt
29
-rw-r--r--
src/main/kotlin/features/debug/DeveloperFeatures.kt
78
-rw-r--r--
src/main/kotlin/features/debug/ExportedTestConstantMeta.kt
27
-rw-r--r--
src/main/kotlin/features/debug/MinorTrolling.kt
10
-rw-r--r--
src/main/kotlin/features/debug/PowerUserTools.kt
192
-rw-r--r--
src/main/kotlin/features/debug/SkinPreviews.kt
91
-rw-r--r--
src/main/kotlin/features/debug/SoundVisualizer.kt
65
-rw-r--r--
src/main/kotlin/features/debug/itemeditor/ExportRecipe.kt
256
-rw-r--r--
src/main/kotlin/features/debug/itemeditor/ItemExporter.kt
250
-rw-r--r--
src/main/kotlin/features/debug/itemeditor/LegacyItemData.kt
87
-rw-r--r--
src/main/kotlin/features/debug/itemeditor/LegacyItemExporter.kt
318
-rw-r--r--
src/main/kotlin/features/diana/AncestralSpadeSolver.kt
35
-rw-r--r--
src/main/kotlin/features/diana/DianaWaypoints.kt
36
-rw-r--r--
src/main/kotlin/features/diana/NearbyBurrowsSolver.kt
19
-rw-r--r--
src/main/kotlin/features/events/anniversity/AnniversaryFeatures.kt
396
-rw-r--r--
src/main/kotlin/features/events/anniversity/CenturyRaffleFeatures.kt
65
-rw-r--r--
src/main/kotlin/features/events/carnival/CarnivalFeatures.kt
13
-rw-r--r--
src/main/kotlin/features/events/carnival/MinesweeperHelper.kt
55
-rw-r--r--
src/main/kotlin/features/fixes/CompatibliltyFeatures.kt
41
-rw-r--r--
src/main/kotlin/features/fixes/Fixes.kt
127
-rw-r--r--
src/main/kotlin/features/garden/HideComposterNoises.kt
34
-rw-r--r--
src/main/kotlin/features/inventory/CraftingOverlay.kt
33
-rw-r--r--
src/main/kotlin/features/inventory/ItemHotkeys.kt
10
-rw-r--r--
src/main/kotlin/features/inventory/ItemRarityCosmetics.kt
50
-rw-r--r--
src/main/kotlin/features/inventory/JunkHighlighter.kt
30
-rw-r--r--
src/main/kotlin/features/inventory/PetFeatures.kt
551
-rw-r--r--
src/main/kotlin/features/inventory/PriceData.kt
149
-rw-r--r--
src/main/kotlin/features/inventory/REIDependencyWarner.kt
32
-rw-r--r--
src/main/kotlin/features/inventory/SaveCursorPosition.kt
113
-rw-r--r--
src/main/kotlin/features/inventory/SlotLocking.kt
384
-rw-r--r--
src/main/kotlin/features/inventory/TimerInLore.kt
152
-rw-r--r--
src/main/kotlin/features/inventory/WardrobeKeybinds.kt
80
-rw-r--r--
src/main/kotlin/features/inventory/buttons/InventoryButton.kt
162
-rw-r--r--
src/main/kotlin/features/inventory/buttons/InventoryButtonEditor.kt
231
-rw-r--r--
src/main/kotlin/features/inventory/buttons/InventoryButtonTemplates.kt
5
-rw-r--r--
src/main/kotlin/features/inventory/buttons/InventoryButtons.kt
158
-rw-r--r--
src/main/kotlin/features/inventory/storageoverlay/StorageBackingHandle.kt
24
-rw-r--r--
src/main/kotlin/features/inventory/storageoverlay/StorageOverlay.kt
105
-rw-r--r--
src/main/kotlin/features/inventory/storageoverlay/StorageOverlayCustom.kt
84
-rw-r--r--
src/main/kotlin/features/inventory/storageoverlay/StorageOverlayScreen.kt
370
-rw-r--r--
src/main/kotlin/features/inventory/storageoverlay/StorageOverviewScreen.kt
82
-rw-r--r--
src/main/kotlin/features/inventory/storageoverlay/VirtualInventory.kt
108
-rw-r--r--
src/main/kotlin/features/items/BlockZapperOverlay.kt
139
-rw-r--r--
src/main/kotlin/features/items/BonemerangOverlay.kt
94
-rw-r--r--
src/main/kotlin/features/items/EtherwarpOverlay.kt
234
-rw-r--r--
src/main/kotlin/features/items/recipes/ArrowWidget.kt
38
-rw-r--r--
src/main/kotlin/features/items/recipes/ComponentWidget.kt
27
-rw-r--r--
src/main/kotlin/features/items/recipes/EntityWidget.kt
27
-rw-r--r--
src/main/kotlin/features/items/recipes/FireWidget.kt
19
-rw-r--r--
src/main/kotlin/features/items/recipes/ItemList.kt
308
-rw-r--r--
src/main/kotlin/features/items/recipes/ItemSlotWidget.kt
141
-rw-r--r--
src/main/kotlin/features/items/recipes/MoulConfigWidget.kt
46
-rw-r--r--
src/main/kotlin/features/items/recipes/RecipeRegistry.kt
116
-rw-r--r--
src/main/kotlin/features/items/recipes/RecipeScreen.kt
129
-rw-r--r--
src/main/kotlin/features/items/recipes/RecipeWidget.kt
37
-rw-r--r--
src/main/kotlin/features/items/recipes/RenderableRecipe.kt
27
-rw-r--r--
src/main/kotlin/features/items/recipes/StandaloneRecipeRenderer.kt
77
-rw-r--r--
src/main/kotlin/features/items/recipes/TooltipWidget.kt
30
-rw-r--r--
src/main/kotlin/features/macros/ComboProcessor.kt
103
-rw-r--r--
src/main/kotlin/features/macros/HotkeyAction.kt
40
-rw-r--r--
src/main/kotlin/features/macros/KeyComboTrie.kt
73
-rw-r--r--
src/main/kotlin/features/macros/MacroData.kt
19
-rw-r--r--
src/main/kotlin/features/macros/MacroUI.kt
293
-rw-r--r--
src/main/kotlin/features/macros/RadialMenu.kt
153
-rw-r--r--
src/main/kotlin/features/mining/CommissionFeatures.kt
10
-rw-r--r--
src/main/kotlin/features/mining/Histogram.kt
3
-rw-r--r--
src/main/kotlin/features/mining/HotmPresets.kt
69
-rw-r--r--