TheMode
TheMode
> Presently you can have a subclass that exposes a method using rehash(), exactly like ensureCapacity() does. putAll() will also try to increase capacity, so you should that for batch...
Couldn't we automatically add those flags depending on the teleport position? Adding complexity to `teleport` doesn't seem like the right move.
May be better to add the check in the click packet handler instead
Do you have a custom `Chunk` implementation?
Ideally we would want the method to allow one packet being transformed into multiple. Also worth reiterating that `PlayerPacketOutEvent` currently (and probably ever) does not support viewable packets. It is...
Master currently does not have exhaustive click tests (I have just pushed a few from the inventory rework branch) so I am not comfortable merging it now. This PR will...
Master currently does not have exhaustive click tests (I have just pushed a few from the inventory rework branch) so I am not comfortable merging it now. This PR will...
I am not against configurable message, but I do not want more random setters in `MinecraftServer`
Could you test it?
Such change should be discussed with contributors first. The current proposal add unnecessary (and unsafe) mutability, lack thread safety, expose more than required, and remove support for entity permission.