feat: full hypixel - #518
Merged
Merged
Conversation
Took 4 hours 42 minutes
* Refactor GUI classes to use generic Hypixel inventory base classes Co-authored-by: admin <admin@swofty.net> * Update Gradle build files and locks Co-authored-by: admin <admin@swofty.net> * Refactor data handler methods to use SkyBlockDataHandler consistently Co-authored-by: admin <admin@swofty.net> * Refactor data handling methods for offline player interactions Co-authored-by: admin <admin@swofty.net> * Refactor data access to use getSkyBlockData() method Co-authored-by: admin <admin@swofty.net> * Change data handler method to use HypixelDataHandler instead of SkyBlockDataHandler Co-authored-by: admin <admin@swofty.net> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
Co-authored-by: admin <admin@swofty.net>
Co-authored-by: admin <admin@swofty.net>
Co-authored-by: admin <admin@swofty.net>
Co-authored-by: admin <admin@swofty.net>
…ckableitems-to-use-hypixelplayer-a793 Update GUIClickableItems to use HypixelPlayer
Took 1 hour 2 minutes
) - Update all NPC import statements from skyblockgeneric to generic package - Replace SkyBlockPlayer with HypixelPlayer in all NPC method signatures - Update NPCParameters methods (holograms, signature, texture, position) to use HypixelPlayer - Update getDialogueSets method signatures across all NPCs - Affected 87 NPC files across type.hub and type.thefarmingislands packages - Maintain backward compatibility while aligning with new package structure This change is part of the broader migration from SkyBlockPlayer to HypixelPlayer and consolidation of packages under the generic module. Co-authored-by: Cursor Agent <cursoragent@cursor.com>
…ckage (#…" This reverts commit 32eb8f2.
…date-npc-imports-and-player-types-6189 Revert "Update npc imports and player types"
fix: some errors
fix: able to compile
Took 3 hours 28 minutes
Took 17 minutes
…/HypixelSkyBlock into full_hypixel # Conflicts: # .gradle/8.7/checksums/checksums.lock # .gradle/8.7/checksums/md5-checksums.bin # .gradle/8.7/checksums/sha1-checksums.bin # .gradle/8.7/executionHistory/executionHistory.bin # .gradle/8.7/executionHistory/executionHistory.lock # .gradle/8.7/fileHashes/fileHashes.bin # .gradle/8.7/fileHashes/fileHashes.lock # .gradle/8.7/fileHashes/resourceHashesCache.bin # .gradle/buildOutputCleanup/buildOutputCleanup.lock # .gradle/buildOutputCleanup/cache.properties # .gradle/buildOutputCleanup/outputFiles.bin # type.generic/build.gradle.kts # type.thefarmingislands/src/main/java/net/swofty/type/thefarmingislands/npcs/NPCShepherd.java Took 15 minutes
Took 30 minutes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Much thanks to @ArikSquad for their work on this PR