Class ExprExplosiveYield

All Implemented Interfaces:
Converter<org.bukkit.entity.Entity,​Number>, Debuggable, Expression<Number>, SyntaxElement

@Name("Explosive Yield") @Description({"The yield of an explosive (creeper, primed tnt, fireball, etc.). This is how big of an explosion is caused by the entity.","Read <a href=\'https://minecraft.gamepedia.com/Explosion\'>this wiki page</a> for more information"}) @Examples({"on spawn of a creeper:","\tset the explosive yield of the event-entity to 10"}) @RequiredPlugins("Minecraft 1.12 or newer for creepers") @Since("2.5") public class ExprExplosiveYield extends SimplePropertyExpression<org.bukkit.entity.Entity,​Number>