Class ExprHatchingNumber

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

@Name("Hatching Number") @Description({"The number of entities that will be hatched in a Player Egg Throw event.","Please note that no more than 127 entities can be hatched at once."}) @Examples({"on player egg throw:","\tset the hatching number to 10"}) @Events("Egg Throw") @Since("2.7") public class ExprHatchingNumber extends SimpleExpression<Byte>
  • Constructor Details

    • ExprHatchingNumber

      public ExprHatchingNumber()
  • Method Details