java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<StoredImage>
dev.jensderuiter.minecraft_imagery.skript.addon.expression.ExprTakePicture
All Implemented Interfaces:
ch.njol.skript.lang.Debuggable, ch.njol.skript.lang.Expression<StoredImage>, ch.njol.skript.lang.SyntaxElement

@Name("Take a picture from a location") @Description("Read an image from the storage provider. Supports all storage providers.") public class ExprTakePicture extends ch.njol.skript.lang.util.SimpleExpression<StoredImage>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected StoredImage[]
    get(org.bukkit.event.Event event)
     
    Class<? extends StoredImage>
     
    boolean
    init(ch.njol.skript.lang.Expression<?>[] e, int matchedPattern, ch.njol.util.Kleenean isDelayed, ch.njol.skript.lang.SkriptParser.ParseResult parser)
     
    boolean
     
    toString(org.bukkit.event.Event arg0, 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, 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, stream

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

    getParser
  • Constructor Details

    • ExprTakePicture

      public ExprTakePicture()
  • Method Details

    • getReturnType

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

      public boolean isSingle()
    • init

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

      public String toString(@Nullable org.bukkit.event.Event arg0, boolean arg1)
    • get

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