Hex Casting

Hex Casting

6M Downloads

How to get colorizer in SpellOperator?

slava110 opened this issue ยท 3 comments

commented

Is it possible to get color of caster's colorizer in SpellOperator's execute function in form of int color?

commented

Yep. Should I ask in #general or #help about development-related stuff?

commented

Are you on the discord? You'll probably get quicker feedback there ๐Ÿ˜…

commented

IXplatAbstractions.INSTANCE.getColorizer(ctx.caster) will get you the colorizer itself, then use the getColor method (it has a good javadoc)