Class ExprHatchingType

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

@Name("Hatching Entity Type") @Description("The type of the entity that will be hatched in a Player Egg Throw event.") @Examples({"on player egg throw:","\tset the hatching entity type to a primed tnt"}) @Events("Egg Throw") @Since("2.7") public class ExprHatchingType extends SimpleExpression<EntityData<?>>