Fabric API

Fabric API

106M Downloads

Ability to create an EnumRarity

marcus8448 opened this issue · 4 comments

commented

Just the ability to create an EnumRarity - There's no create method right now.

commented

Enums can't be created at runtime, though? Not with our existing toolset, anyway.

commented

you can copy paste the existing reflection-based enum creator online, but currently you cannot guard against jvm optimizations.

commented

:voldethonk:

also yeah, trying to add to an enum rarely works well, I'd recommend just using the § color marker to change the color of your item's name

commented

Ok, thanks.