Gergely Sarkozi

Results 21 issues of Gergely Sarkozi

Now that [Adventure](https://github.com/KyoriPowered/adventure) is a central part of the Paper API, I feel like adding a link to it to the [Javadocs](https://papermc.io/javadocs) page would be in order. While the Adventure...

This project aimed for enhancing the Minecraft Java Edition experience, but using the Bedrock-edition form format might help this project grow: - it's a "central" protocol that's widely recognized since...

This project does not have any unit tests at the moment. At the very least, the `server` and `client` subprojects should have unit tests. (Testing these two projects would also...

There are multiple issues in the exported JavaDocs. Some of these are only present in builds by JitPack, some are also present locally. Let's use these methods as examples: -...

The enum declaration order should not be used as a serialization ID. A system was previously in place that supported hardcoded IDs instead of ordinals but was removed due to...

This annotation should also be used for this purpose. Since this project contains a lot a chainable methods, this is no small task, but that is fine.

Currently, sizes and positions can only be assigned a value directly that is scaled by the Minecraft client later on. In addition to this, percentage values should be supported which...

Add an element that can display an image that is not present in vanilla Minecraft, nor in any of the loaded resource packs. This element existed up to commit dd4b373,...

Minecraft surely has a built-in packet limiter, is a custom one on top of that also necessary? The client can only send 3 types of packets currently: login, gui close...

Add a `GuiContainer` subclass that has a fixed width and height (or option to make only one of these fixed?) and a scrollbar (or scrollbars) so that all the content...