MinecraftDev
MinecraftDev copied to clipboard
Codec Generator
Minecraft Development for IntelliJ plugin version
any
Description of the feature request
a codec generator that allows to... generate codecs based on the fields of a class. should allow for used codec customization (especially if there's multiple codecs for the same class, like ItemStack.CODEC and ItemStack.OPTIONAL_CODEC or when the codec is not known by the Plugin, for examply by custom dev-made classes