Posted August 20, 20223 yr What method do I call so my entity is resistant to knockback from explosion?
August 20, 20223 yr If it's you own Entity you can override #ignoreExplosion in your Entity class and return true.
August 21, 20223 yr Author On 8/20/2022 at 11:15 AM, Luis_ST said: If it's you own Entity you can override #ignoreExplosion in your Entity class and return true. Yes working perfectly thanks, I got confused with isPushable method but all good now
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.