Class ExprExplosionYield

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<Number>
ch.njol.skript.expressions.ExprExplosionYield
All Implemented Interfaces:
Debuggable, Expression<Number>, SyntaxElement

@Name("Explosion Yield") @Description({"The yield of the explosion in an explosion prime event. This is how big the explosion is."," When changing the yield, values less than 0 will be ignored."," Read <a href=\'https://minecraft.gamepedia.com/Explosion\'>this wiki page</a> for more information"}) @Examples({"on explosion prime:","\tset the yield of the explosion to 10"}) @Events("explosion prime") @Since("2.5") public class ExprExplosionYield extends SimpleExpression<Number>
  • Constructor Details

    • ExprExplosionYield

      public ExprExplosionYield()
  • Method Details