Class ExprEventEntityType

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<org.bukkit.entity.EntityType>
com.ranull.graves.event.integration.skript.expressions.ExprEventEntityType
All Implemented Interfaces:
ch.njol.skript.lang.Debuggable, ch.njol.skript.lang.Expression<org.bukkit.entity.EntityType>, ch.njol.skript.lang.Loopable<org.bukkit.entity.EntityType>, ch.njol.skript.lang.SyntaxElement

public class ExprEventEntityType extends ch.njol.skript.lang.util.SimpleExpression<org.bukkit.entity.EntityType>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected @Nullable org.bukkit.entity.EntityType[]
    get(org.bukkit.event.Event e)
     
    Class<? extends org.bukkit.entity.EntityType>
     
    boolean
    init(ch.njol.skript.lang.Expression<?>[] exprs, int matchedPattern, ch.njol.util.Kleenean isDelayed, ch.njol.skript.lang.SkriptParser.ParseResult parseResult)
     
    boolean
     
    toString(@Nullable org.bukkit.event.Event e, boolean debug)
     

    Methods inherited from class ch.njol.skript.lang.util.SimpleExpression

    acceptChange, change, check, check, check, getAll, getAnd, getArray, getConvertedExpr, getConvertedExpression, getSingle, getSource, getTime, isDefault, isLoopOf, iterator, setTime, setTime, setTime, setTime, setTime, simplify, supportsLoopPeeking, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface ch.njol.skript.lang.Expression

    beforeChange, canBeSingle, canReturn, changeInPlace, changeInPlace, getAcceptedChangeModes, getOptionalSingle, getSyntaxTypeName, possibleReturnTypes, stream

    Methods inherited from interface ch.njol.skript.lang.SyntaxElement

    getParser
  • Constructor Details

    • ExprEventEntityType

      public ExprEventEntityType()
  • Method Details

    • get

      @Nullable protected @Nullable org.bukkit.entity.EntityType[] get(org.bukkit.event.Event e)
      Specified by:
      get in class ch.njol.skript.lang.util.SimpleExpression<org.bukkit.entity.EntityType>
    • init

      public boolean init(ch.njol.skript.lang.Expression<?>[] exprs, int matchedPattern, ch.njol.util.Kleenean isDelayed, ch.njol.skript.lang.SkriptParser.ParseResult parseResult)
    • getReturnType

      public Class<? extends org.bukkit.entity.EntityType> getReturnType()
    • isSingle

      public boolean isSingle()
    • toString

      public String toString(@Nullable @Nullable org.bukkit.event.Event e, boolean debug)