aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin')
-rw-r--r--src/main/kotlin/moe/nea/firmament/Firmament.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/apis/Profiles.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/apis/Routes.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/apis/UrsaManager.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/apis/ingame/FirmamentCustomPayload.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/apis/ingame/HypixelModAPI.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/apis/ingame/InGameCodecWrapper.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/apis/ingame/JoinedCustomPayload.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/apis/ingame/packets/PartyInfoRequest.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/commands/CaseInsensitiveLiteralCommandNode.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/commands/RestArgumentType.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/commands/dsl.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/commands/rome.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/AllowChatEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/AttackBlockEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/BakeExtraModelsEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/ClientStartedEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/CommandEvent.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/CustomItemModelEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/EarlyResourceReloadEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/EntityDespawnEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/EntityInteractionEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/EntityUpdateEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/FeaturesInitializedEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/FinalizeResourceManagerEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/FirmamentCustomPayloadEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/FirmamentEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/FirmamentEventBus.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/HandledScreenClickEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/HandledScreenForegroundEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/HandledScreenKeyPressedEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/HandledScreenPushREIEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/HotbarItemRenderEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/HudRenderEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/IsSlotProtectedEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/ItemTooltipEvent.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/MaskCommands.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/ModifyChatEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/OutgoingPacketEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/ParticleSpawnEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/PlayerInventoryUpdate.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/ProcessChatEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/ScreenChangeEvent.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/ScreenRenderPostEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/SkyblockServerUpdateEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/SlotClickEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/SlotRenderEvents.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/SoundReceiveEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/TickEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/TooltipEvent.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/UseBlockEvent.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/WorldKeyboardEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/WorldReadyEvent.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/WorldRenderLastEvent.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/registration/ChatEvents.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/events/subscription/Subscription.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/FeatureManager.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/FirmamentFeature.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/chat/AutoCompletions.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/chat/ChatLinks.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/chat/QuickCommands.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/debug/DebugLogger.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/debug/DebugView.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/debug/DeveloperFeatures.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/debug/MinorTrolling.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/debug/PowerUserTools.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/diana/AncestralSpadeSolver.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/diana/DianaWaypoints.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/diana/NearbyBurrowsSolver.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/events/anniversity/AnniversaryFeatures.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/events/carnival/CarnivalFeatures.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/events/carnival/MinesweeperHelper.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/fixes/CompatibliltyFeatures.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/fixes/Fixes.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/CraftingOverlay.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/ItemRarityCosmetics.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/PriceData.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/SaveCursorPosition.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/SlotLocking.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButton.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonEditor.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtonTemplates.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/buttons/InventoryButtons.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageBackingHandle.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageData.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlay.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlayCustom.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverlayScreen.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StorageOverviewScreen.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/StoragePageSlot.kt6
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/inventory/storageoverlay/VirtualInventory.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/mining/Histogram.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/mining/PickaxeAbility.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/mining/PristineProfitTracker.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/notifications/Notifications.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/AlwaysPredicate.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/AndPredicate.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/BakedModelExtra.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/BakedOverrideData.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/CustomGlobalArmorOverrides.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/CustomGlobalTextures.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/CustomModelOverrideParser.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/CustomSkyBlockTextures.kt7
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/DisplayNamePredicate.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/ExtraAttributesPredicate.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/FirmamentModelPredicate.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/FirmamentModelPredicateParser.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/ItemPredicate.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/JsonUnbakedModelFirmExtra.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/LorePredicate.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/ModelOverrideData.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/ModelOverrideFilterSet.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/NotPredicate.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/NumberMatcher.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/OrPredicate.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/PetPredicate.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/RarityMatcher.kt5
-rw-r--r--src/main/kotlin/moe/nea/firmament/features/texturepack/StringMatcher.kt5
-rw-r--r--