Kerman

Results 19 comments of Kerman

No longer a issue since release https://github.com/Minestom/Minestom/releases/tag/2025.10.11-1.21.10

Wouldn't creating a shared properties package between the two at that point be a better solution than two separate properties API's (as the key doesn't require adventures api package)? I...

I've provided an example of the cryptic wording I used above; please let me know your feedback and the correct default value that has been decided. (I'm assuming NONE is...

This should be good to review; I don't know what way you would like the test structured as all of the properties in Adventure are also stored as final in...

I saw the milestone moved to 4.23.0; Should I go ahead and change 4.22.0 to 4.23.0?

If you want to move this out of the hot code block we could just append PlacementRules into BlockImpl; allowing you to dynamically setup the block; example `Block#withPlacementRule` and thats...

Creating an acquirable is considered an internal API because it relies on the TickThread, and the partition manager/dispatcher has to assign the correct thread on which it lives on. This...

There is no reason to make it public; use an existing locking API as it would provide the same functionality.

I'm closing this because the API is not meant to replace all traditional locking structures that you would have to use in concurrent programming. Especially since #2857 has refactored some...