Class ExprExplosionBlockYield

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

@Name("Explosion Block Yield") @Description({"The percentage of exploded blocks dropped in an explosion event.","When changing the yield, a value greater than 1 will function the same as using 1.","Attempting to change the yield to a value less than 0 will have no effect."}) @Examples({"on explode:","set the explosion\'s block yield to 10%"}) @Events("explosion") @Since("2.5") public class ExprExplosionBlockYield extends SimpleExpression<Number>
  • Constructor Details

    • ExprExplosionBlockYield

      public ExprExplosionBlockYield()
  • Method Details