Bjarne Koll
Bjarne Koll
Any implementation of the protocols/horizon/operations.Operation interface embeds the `Base` struct, which holds common data found in any operation type. Prior to this commit, said data could not be easily extracted...
### What problem does your feature solve? As of right now, retrieving shared data from operations (internally stored in the [Base struct](https://github.com/stellar/go/blob/df257759c96cbffa65234473384fd5eed2d8a7c4/protocols/horizon/operations/main.go#L44)) is rather difficult, as the [Operation interface](https://github.com/stellar/go/blob/df257759c96cbffa65234473384fd5eed2d8a7c4/protocols/horizon/operations/main.go#L348) does...
As nearly all resources found in the vanilla jar are desired to be included in paper, an include list is not ideal. Instead, this commit changes the copy resource tasks...
### Observed/problematic behavior When switching from a secondary project page (one that isn't the home page) to another tab (like the versions tab), the projects main markdown flickers up for...
Spigots implementation of the growth modifier boils down to a plain chance for a plant to either grow immediately or to grow a single age value towards its fully grown...
The modified patch prevents entity loading off the main thread when entities are initially loaded. However, the initial loading of an entity is not the only time the Entity#readAdditionalSaveData method...
Minecraft 1.20 introduced the SignText class that holds onto the text of a single side of a minecraft sign. This type is immutable and any methods on it produce an...
Previously paper disabled the abilities for entities to teleport via end gateways if they were being used as a vehicle. While the behaviour generally worked fine for entities riding other...
As of minecraft 1.15.2's first pre-release potion effects no longer completely replace weaker once of the same potion effect type but rather build a list of overriding potion effects to...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the feature Paper 1.21 will have all [ItemStack](https://jd.papermc.io/paper/1.20.6/org/bukkit/inventory/ItemStack.html) methods simply call a...