JoeMama

Results 29 comments of JoeMama

I've had this conversation in the past with people from the kotlin team. However, I was told it doesn't cause that big an issue since native types exist.

Yeah I noticed that. I'll get on it.

Depends on what 'transform' refers to. Currently you can create a NetworkCodec from a normal Codec. But that just writes NBT. There might be ways to properly create a NetworkCodec...

>> This would bring the ability to reuse existing codecs. That's something I have been thinking about. It just doesn't work. An Ops class requires something similar to the JSON...

I originally started with that as my idea. However, from what I have gathered, it's just not possible.

> Also it kinda looks complicated? I'm not sure what to think of it. What is the complicated part? NetworkCodecs or the channels?

> The channels. Do you mean in terms of implementation or in terms of user experience?

> newlines! Is there an issue with leaving a newline after the class declaration?

Okay will do then. Time to mess with IJ settings!

> I'm concerned about firing the event for attaching ItemStack components from the ItemStack constructor. > > Minecraft Forge does something similar with its capabilities, and it leads to `new...