Update LoginEncryptionUtils.java#8
Closed
NayaCcR wants to merge 1 commit intoShanwer:masterfrom
NayaCcR:WomadaoServerLogin
Closed
Update LoginEncryptionUtils.java#8NayaCcR wants to merge 1 commit intoShanwer:masterfrom NayaCcR:WomadaoServerLogin
NayaCcR wants to merge 1 commit intoShanwer:masterfrom
NayaCcR:WomadaoServerLogin
Conversation
Shanwer
pushed a commit
that referenced
this pull request
Feb 8, 2026
* Improve documentation of (predicate) new API * Apparently Javadoc can break builds * Improve documentation just a bit * Add predicate caching * Default to definition type when no type key is given * Whoops got to include the lib * Factor in range dispatch scaling when sorting predicate * Component combination validation * Fix max stack size validation when reading json mappings * "Implement" v2 block mappings reading * Cleanup item registry populator a bit * Fix mapping reading * Move identifierToKey out of ItemRegistryPopulator * Throw UnsupportedOperationException when reading block v2 mappings * Move predicate implementations out of API module * Send nutrition and saturation to the client * Refactor mappings reading with proper type checking and conversions and better error messages, read nutrition and saturation values from mappings * Small cleanup * Clean up predicates in the API * Implement predicate strategies * Read predicate strategies from mappings * Remove MCPL from API module, but now stuff is broken. Also still needs component verification * Update implementations and mappings reader, but populator is broken * My IDE did something it shouldn't have * Improve enum reader error message * Move predicate classes up * Fix component patching, MCPL removal is done now * Component validation in the API * Proper support for the enchantable value property * Reformat some stuff my IDE shouldn't have done * Properly implement protection value * Documentation improvements, add converter for enchantable component * Remove unused stuff * Remove rarely used method * Small documentation stuff * Work on tool component stuff * Add tool component to API * Implement tool component in custom item populator * Add tool component mappings reader * Update documentation * Add repairable mappings reader * Implement repairable component in custom item registry populator * Documentation whoopsy * Javadoc broke my build again (this isn't proper HTML) * Update MCPL * Consistency renames, start on has component predicate * Update API module with has component predicate * Update implementations and implement has component predicate * Update reading of match predicate property * Fix broken/damaged predicates * Remove enchantable stuff from chargeable properties as that is decided by enchantable Java component, hand equipped because that's decided by custom item definition * Clean up custom item registry populator * Make new item definition register method throw exception * Charge type javadocs * Make air model constant * Rename creative category internal name to bedrock name * Make sure deprecated getExistingCustomItems method still functions * Data component map javadoc * Apply suggestions from code review Co-authored-by: chris <github@onechris.mozmail.com> * Forgot one Co-authored-by: chris <github@onechris.mozmail.com> * I messed up the merge conflicts, whoops * Work on component javadoc * Some fixes * Whoops * Work on changing mappings reader to Gson * Update data component readers to use Gson * Mappings reader gson part 1 * Mappings reader gson part 2 * Mappings reader gson part 3 * Whoops almost removed v2 mappings * Some fixes and stuff * Bye bye render offsets * More small fixes * Rename getExistingCustomItemDefinitions to customItemDefinitions in define custom items event * Use API Identifiers to represent vanilla items instead of strings * Add javadocs to CustomItemDefinitionRegisterException * Switch tags to identifiers * Switch Identifier constructors to short .of call * Change Identifier in API to interface * Add tag(Identifier) method to bedrock options builder * Add new creative categories * Work on making predicates in API abstract * Implement predicate changes in geyser, range predicates still broken * Write javadocs for new predicate stuff in the API * Fix the build™ * Fix the build™ v2.0: now for the fancy predicate API * Lazy initialise the stuff in predicate context * Move item predicate context * Work on fishing_rod/cast predicate * Work on range-dispatch predicates in the new predicate API * Improve some javadocs * Write more javadocs * Re-implement reading range dispatch predicates from JSON mappings * Cleanup ItemMatchProperty a bit * Write some TODOs * Some fixes and docs * Start working on non-vanilla custom items v2 * Implement the stuff in Geyser * Update the define custom items event * More progress with non-vanilla custom items * Implement NonVanillaCustomItemData -> definition conversion * Fix v1 mappings using the vanilla item identifier as bedrock identifier * Add chargeable geyser data component * Implement chargeable data component in geyser * Convert old chargeable property to new component, don't allow chargeable component to be used for vanilla items * Remove chargeable method from NonVanillaCustomItemDefinition, work on attack damage geyser component * Implement attack damage component * Add and implement block placer component * Update documentation * Write some more documentation * Some TODOs and stuff * Reintroduce player place null check in BlockPlaceMixin * Make it build * Support new equipment slots * Introduce component converter for tool component and use in custom item registry populator * Random stuff to make it build * Some cleanups * Predicate conflict detection is back, sort of, by using a bunch of record implementations for common predicates * Add back fishing rod cast predicate * Implement removing of default vanilla item components * Fix the build * Allow 0 values for max draw duration in chargeable component * Fix applying component removals to custom items * Allow overriding vanilla models if the model is not used by the vanilla item * Some small changes * Some more small changes * Range dispatch predicate sorting and comments/documentation * More javadocs * Some more comments * Add back enchantment glint override component * Add enchantment_glint_override component reader * Give custom items a breaking speed of 1 * Add useBlockIcon property * Some clarifying comments * Allow null values for cooldown group in use cooldown component * I worked on this in 2025 too * Let it build * Use the right mappings * Component Javadocs and interfaces (#3) * Split component interfaces & record implementations, document fields, split java vs geyser data components Also updates mappings, and introduces the GenericBuilder interface for convenience * Address review * Apply suggestions from code review Co-authored-by: Eclipse <eclipse@eclipseisoffline.xyz> * fix repairable mapping reader * Small fixes and consistency things, default values for some components, shorthand constructors for BlockPlacer, Consumable, FoodProperties * Consistency things * Note down default component values in Javadocs --------- Co-authored-by: Eclipse <eclipse@eclipseisoffline.xyz> * Start on extended tool properties component, API is done * Work on resolvable components/session based components * Create CustomItemContext record * Fix build, actually create resolvable tool properties component * Make it run * Register Holders builder API * Only store ComponentCache for item stacks, debug statements * Fix build * Null-safety for component cache * Fix looking up block IDs by key * Javadocs and minor API changes * Proper Repairable component * Fix repairable reader * Move v2 JSON mapping reader logic out of MappingsReader_v2 and into separate classes * Implement legacy definitions * Fix custom item definition sorting and legacy definition reading * Allow passing JSON text component as display name * First batch of Javadoc reviews Co-authored-by: chris <github@onechris.mozmail.com> * Address more reviews, and some other things * More reviews addressed * Fix: creative item groups/categories (#8) Co-authored-by: onebeastchris <github@onechris.mozmail.com> * interfacing of predicates (#7) * interfacing of predicates * register all interfaces in the provider registry loader * remove reflection hack * address review * Apply suggestions from code review Co-authored-by: Eclipse <eclipse@eclipseisoffline.xyz> * Suggestions from review * More things from review * Switch from PredicateCreator to static factories * Whoops, this one too --------- Co-authored-by: Eclipse <eclipse@eclipseisoffline.xyz> * Simplify some component converters * Check non-vanilla item network ID for conflicts in API event call * Clarify enchantable component Javadocs * Clarify and test consumable animation behaviour * Translation string javadocs * Fix custom trident mappings not having an animation in 3rd-person (#6) * Add throwable, projectile, entity placer components to the API * Address reviews * Little things * Fix the build * Fix: right clicking for custom items * Account for non-vanilla item definitions in block breaking. * Fix: creative category registration without a creative item group specified * Use IntSet instead of List. * New components API definitions/interfaces, still needs documentation * Write implementations for new components * Implement new components in custom item registry populator * Implement new component readers * Simplify registering data component readers * Write documentation in the API for new components, remove some unnecessary things * Write component converters for 1.21.11 MCPL components and use them in custom item registry populator * Custom item registry populator cleanups, only send new context on 1.21.130 and above * Fix trident use animation * smol refactor: prefix components with Java / Geyser, prefix DataComponent / DataComponentMap * Remove center x/z coordinate scale division for world border (GeyserMC#6111) * Remove center x/z coordinate scale division 25w36a (1.21.9 / 1.21.111) changed world borders to be dimension based so this division causes the border to be mismatched between java and bedrock clients. * Remove unused worldCoordinateScale from world border. * Remove unused worldCoordinateScale from JavaDimension (cherry picked from commit f90c664) * Fix: Always use latest Java sent position for entity movement predictions (GeyserMC#6119) * Fix: Use latest lerp position as base for new movement updates * Avoid issues with client vehicle lerp pos desync by using lerp position as base only while lerping (cherry picked from commit 4c9ca8a) * Fix: Playstation players crashing with too many player list entries (GeyserMC#6012) * Test: only include player list entries that are visible to the player * Limit player list workaround to affected platform * Why overcomplicate things - add a system property, off by default * keep track of listed status * cleaner diff * Minor fixes * this aint needed * Fix potential waypoint cache issue * adjust comments (cherry picked from commit a357bef) * Include the enum name where enums cannot be found * Add `@since` annotations * Fix custom tools * GeyserItemDataComponent.java -> GeyserItemDataComponents.java to match JavaItemDataComponents.java * Turn "bundle_fullness" into the proper bundle weight to match Java client predicate * Fix: damage_predicate based v1 mapping updating * american english > british english i personally disagree, but, consistency! * Revert breaking change for upgrading v1 mappings * Use ✨ annotations ✨ to validate proper use of Geyser-provided predicates * oops, this should also be pushed * final change: JavaToolProperties -> JavaTool, fix Javadocs in GeyserCoreProvided * Bump version to 2.9.3-SNAPSHOT * Configure api artifact publishing with branch name * Fix javadocs in Holders --------- Co-authored-by: chris <github@onechris.mozmail.com> Co-authored-by: oryxel1 <gamingnoob681@gmail.com> Co-authored-by: Kas-tle <26531652+Kas-tle@users.noreply.github.com> Co-authored-by: Yive <6853318+Yive@users.noreply.github.com>
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.
No description provided.