SpongePowered / Mixin

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
MIT License
1.37k stars 185 forks source link

Serverside Mixin Application failed #624

Closed Kapitencraft closed 1 year ago

Kapitencraft commented 1 year ago

I have made a Mixin, that is @Accessor "protected boolean jumping" and "private int noJumpDelay" in LivingEntity. If i try to cast the Mixin to a ServerPlayer, it is throwing a ClassCastExeption and it isn't getting called. (Also Client and Local Player work fine)

LlamaLad7 commented 1 year ago

This is not a support forum. Go to the discord and provide far more detail.