-
Notifications
You must be signed in to change notification settings - Fork 0
Refactor/refactor #220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Refactor/refactor #220
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
9b41c11
refactor: simplify SurfCoreApi companion object and instance retrieval
twisti-dev 9865169
refactor: introduce SurfMiniMessageHolder for centralized MiniMessage…
twisti-dev b5ddbd6
refactor: remove empty file
twisti-dev bff820d
refactor: suppress deprecation warnings for DazzlConf usage in config…
twisti-dev e36b563
refactor: enhance small caps conversion with CharSequence extension a…
twisti-dev 63276e3
refactor: enhance VoxelLineTracer with detailed documentation and usa…
twisti-dev 2c4521c
refactor: replace TranslationRegistry with TranslationStore for impro…
twisti-dev 5953629
Merge branch 'version/1.21.11' into refactor/refactor
twisti-dev 69c4e72
feat: add suspend pagination support with new builder and renderer in…
twisti-dev 68769bb
refactor: improve documentation and color descriptions in Colors.kt
twisti-dev a96b9a6
refactor: update warning color and adjust variable value color in Col…
twisti-dev e35199a
refactor: update variable key color in Colors.kt
twisti-dev 3a3b9d7
refactor: rename MAP_SEPERATOR to MAP_SEPARATOR and update references
twisti-dev 7b56262
refactor: enhance formatTime function for improved readability and ef…
twisti-dev 57200db
refactor: correct spelling of MAP_SEPARATOR and enhance documentation…
twisti-dev 29c6699
refactor: suppress EnumEntryName warning in DefaultFontInfo.kt
twisti-dev 5a59d8d
refactor: enhance CollectionBinaryTag with additional methods and doc…
twisti-dev ad6eeb7
refactor: enhance FastCompoundBinaryTag with additional methods and d…
twisti-dev f1475e2
refactor: add utility functions for Audience UUID and permission hand…
twisti-dev a659f1f
refactor: add click callback extension functions for Audience handling
twisti-dev ea2f89f
refactor: update title duration properties to use default values from…
twisti-dev dbfee42
refactor: integrate Apache Commons Math3 for enhanced random number g…
twisti-dev a02587f
refactor: introduce ProxyCreationException and ProxyInvocationExcepti…
twisti-dev 0330ce9
refactor: implement custom cache expiry policy for player lookups and…
twisti-dev f73bc12
refactor: mark BlockStateFactory and BlockStateFactoryImpl as deprecated
twisti-dev 4e7837c
refactor: enhance PlayerLookupService with cache statistics and resul…
twisti-dev 1d93a52
refactor: mark ItemStackFactory, LocationFactory, and ParticleFactory…
twisti-dev 485c61e
refactor: enhance date and reflection utilities with additional forma…
twisti-dev 2ee469c
refactor: update requiredService function to throw ServiceConfigurati…
twisti-dev 9968e4e
refactor: enhance SurfTypeParameterMatcher with improved documentatio…
twisti-dev 5ba1658
refactor: improve documentation and structure of utility functions in…
twisti-dev 4c642d9
Merge branch 'version/1.21.11' into refactor/refactor
twisti-dev 4f816ed
chore(abi): dump abi
twisti-dev 824ad36
refactor: deprecate getEM_DASH function for binary compatibility and …
twisti-dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
352 changes: 320 additions & 32 deletions
352
surf-api-core/surf-api-core-api/api/surf-api-core-api.api
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
commons-math3is referenced fromsurf-api-core-apicode (e.g.,RandomSelectorImplusesorg.apache.commons.math3.*), so declaring it ascompileOnlyApiwill compile but can fail at runtime for consumers that depend onsurf-api-core-apiwithout also pulling a server module. Consider usingapi(libs.commons.math3)(or otherwise ensuring it is on the runtime classpath transitively) soRandomSelectorworks out-of-the-box.