Package ch.njol.skript.expressions
Class ExprMoonPhase
java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<T>
ch.njol.skript.expressions.base.PropertyExpression<F,T>
ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.World,io.papermc.paper.world.MoonPhase>
ch.njol.skript.expressions.ExprMoonPhase
- All Implemented Interfaces:
Converter<org.bukkit.World,
,io.papermc.paper.world.MoonPhase> Debuggable
,Expression<io.papermc.paper.world.MoonPhase>
,SyntaxElement
@Name("Moon Phase")
@Description("The current moon phase of a world.")
@Examples({"if moon phase of player\'s world is full moon:","\tsend \"Watch for the wolves!\""})
@Since("2.7")
@RequiredPlugins("Paper 1.16+")
public class ExprMoonPhase
extends SimplePropertyExpression<org.bukkit.World,io.papermc.paper.world.MoonPhase>
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.njol.skript.classes.Converter
Converter.ConverterInfo<F,
T>, Converter.ConverterUtils -
Field Summary
Fields inherited from interface ch.njol.skript.classes.Converter
NO_CHAINING, NO_COMMAND_ARGUMENTS, NO_LEFT_CHAINING, NO_RIGHT_CHAINING
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.njol.skript.expressions.base.SimplePropertyExpression
get, init, toString
Methods inherited from class ch.njol.skript.expressions.base.PropertyExpression
get, get, getAll, getAnd, getExpr, isSingle, register, registerDefault, setExpr, simplify
Methods inherited from class ch.njol.skript.lang.util.SimpleExpression
acceptChange, change, check, check, check, getArray, getConvertedExpr, getConvertedExpression, getSingle, getSource, getTime, isDefault, isLoopOf, iterator, setTime, setTime, setTime, setTime, setTime, 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, getAcceptedChangeModes, getOptionalSingle, stream
Methods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser
-
Constructor Details
-
ExprMoonPhase
public ExprMoonPhase()
-
-
Method Details
-
convert
public @Nullable io.papermc.paper.world.MoonPhase convert(org.bukkit.World world) Description copied from interface:Converter
Converts an object from the given to the desired type.- Specified by:
convert
in interfaceConverter<org.bukkit.World,
io.papermc.paper.world.MoonPhase> - Specified by:
convert
in classSimplePropertyExpression<org.bukkit.World,
io.papermc.paper.world.MoonPhase> - Parameters:
world
- The object to convert.- Returns:
- the converted object
-
getReturnType
Description copied from interface:Expression
Gets the return type of this expression.- Returns:
- A supertype of any objects returned by
Expression.getSingle(Event)
and the component type of any arrays returned byExpression.getArray(Event)
-
getPropertyName
- Specified by:
getPropertyName
in classSimplePropertyExpression<org.bukkit.World,
io.papermc.paper.world.MoonPhase>
-