java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<StoreProduct>
dk.minepay.server.bukkit.hooks.skript.expressions.product.ExprNewProduct
All Implemented Interfaces:
ch.njol.skript.lang.Debuggable, ch.njol.skript.lang.Expression<StoreProduct>, ch.njol.skript.lang.SyntaxElement

public class ExprNewProduct extends ch.njol.skript.lang.util.SimpleExpression<StoreProduct>
The type Expr new product.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new Expr new product.
  • Method Summary

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

    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, 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, possibleReturnTypes, stream

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

    getParser
  • Constructor Details

    • ExprNewProduct

      public ExprNewProduct()
      Instantiates a new Expr new product.
  • Method Details

    • getReturnType

      public Class<? extends StoreProduct> getReturnType()
    • isSingle

      public boolean isSingle()
    • init

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

      public String toString(org.bukkit.event.Event e, boolean arg1)
    • get

      protected StoreProduct[] get(org.bukkit.event.Event event)
      Specified by:
      get in class ch.njol.skript.lang.util.SimpleExpression<StoreProduct>