LambdAurora

Results 164 comments of LambdAurora

If SDL Gamepad Tool doesn't detect input then there's not much I can do as it's likely an issue with a driver or something else.

I don't see this as an issue as in some cases you might need the mouse for a very specific edge case. Plus, you can pretty much put the mouse...

> The only thing I'm not sure is worth it is `@Contract`. It looks like it would take the most work to maintain and also adds the most clutter to...

Worth noting that Jetbrains annotations already contain `@Unmodifiable` and `@UnmodifiableView`. Which seem more precise than `@ReadOnly`.

That's on my todo list, though it won't be implemented the same way.

Random thought, does this allow to transform a normal Codec into a network codec?

> There might be ways to properly create a NetworkCodec though. However, I feel as if it's gonna be a huge pain to do so. Wouldn't it be possible to...

This is actually a planned feature! Though, it's a little bit complicated to actually implement since it requires a lot of work on designing brand new unique icon textures for...

Ok, I totally misread, didn't saw it was for items it can be applied to. I was thinking about actual icons like potions.

With Patbox we were thinking of making so you could extend Packet in a way so you could use Vanilla's methods but internally they would turn back into CustomPayload packets....