TheMode

Results 57 comments of TheMode

Is there any plan to "fix" it? It does make native-image unsuitable for any jdk16+ project, and seem to be, I assume, easily fixable.

What about specializing those record methods to do not use method handles? I assume that it would give you more implementation freedom.

My issue in this case is that improving the performance of method handles may not be enough, as `equals`/`hashCode` are likely to be present in a lot of hot path....

Something like a new `getVisibleBlock`could be more fitting, as unloaded chunks are invisible

I agree that it should not be part of the main module. Though I would really like to integrate something like this into the project, could be used for even...

> Well I'd love to check if the block broken was instabroken, but how am I supposed to know if any blocks are broken if blockbreakevent isn't triggered The issue...

My bad, seem good to me. Though we will likely to think of a better solution for items, I highly doubt the current approach to be efficient

I do not think that we want to arbitrarily set some tags. Although I agree that having to set the skull owner feels unnecessary

I have at least found on macos (the platform I am mostly interested in), pen inputs are sent as mouse with additional metadata Mouse down: ``` NSEvent: type=LMouseDown loc=(175.711,206.383) time=37530.5...

Are those packets listed somewhere? The wiki page mentioned in the readme is not accessible (https://github.com/ReplayMod/ReplayStudio/wiki) Ideally, I would prefer having an option to record server-bound packets (even if unused...