#How create explosion?
12 messages · Page 1 of 1 (latest)
world.createExplosion
world.createExplosion(this,this.getX(),this.getY(),this.getZ(),Explosion.DestructionType.DESTROY);
wrong
Meaning it doesn't work or what?
Cannot resolve method 'createExplosion(Explosive_dirt_entity, double, double, double, DestructionType)'
Make sure you are on the correct logical side (I think it should be used serverside) and make sure you are using the correct parameters
Aka use ServerWorld
Explosion.DestructionType.DESTROY
because of this error