i509VCB

Results 232 comments of i509VCB

Very much possible, however my concern is the fact it will blocking the server thread. Also you can't fire it from another thread since it is not thread safe (from...

The built in structure location searches by structure name (as a string, but is provided as an arg to normal /locate command), which is registered inside of a structures map...

The NMS type returned is a Block Position. I would also be careful with hardcoding structure types since forge and some plugins may register custom structures.

Until a solution is written up and accepted, I would say no.

Personally I'd be a little skeptical of using softbuffer as an example as it has some bugs on Wayland. And there is also the maintenance issue as several issues and...

Redux of Attributes on api-8 can be found here: https://github.com/SpongePowered/SpongeAPI/pull/2085

Have you seen the `LiteralArgumentBuilder` casts hehahahahahh. It's crazy how many casts you get there.

Is there any reflection occurring in this case? Otherwise I'd either say it's mappings or tiny-remapper.

> Doesn't every mixin expose inject their symbols into the target class? I'm don't think it's needed here, but what about the @ModifyVariables? At runtime mixin partially scrambles the names...