Package ch.njol.skript.expressions
Class ExprLastResourcePackResponse
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.entity.Player,org.bukkit.event.player.PlayerResourcePackStatusEvent.Status>
ch.njol.skript.expressions.ExprLastResourcePackResponse
- All Implemented Interfaces:
Converter<org.bukkit.entity.Player,org.bukkit.event.player.PlayerResourcePackStatusEvent.Status>,Debuggable,Expression<org.bukkit.event.player.PlayerResourcePackStatusEvent.Status>,SyntaxElement
@Name("Last Resource Pack Response")
@Description("Returns the last resource pack response received from a player.")
@Examples("if player\'s last resource pack response is deny or download fail:")
@Since("2.4")
@RequiredPlugins("Paper 1.9 or newer")
public class ExprLastResourcePackResponse
extends SimplePropertyExpression<org.bukkit.entity.Player,org.bukkit.event.player.PlayerResourcePackStatusEvent.Status>
-
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
Modifier and TypeMethodDescription@Nullable org.bukkit.event.player.PlayerResourcePackStatusEvent.Statusconvert(org.bukkit.entity.Player p)Converts an object from the given to the desired type.protected StringClass<org.bukkit.event.player.PlayerResourcePackStatusEvent.Status>Gets the return type of this expression.Methods inherited from class ch.njol.skript.expressions.base.SimplePropertyExpression
get, init, toStringMethods inherited from class ch.njol.skript.expressions.base.PropertyExpression
get, get, getAll, getAnd, getExpr, isSingle, register, setExpr, simplifyMethods 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, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ch.njol.skript.lang.Expression
beforeChange, streamMethods inherited from interface ch.njol.skript.lang.SyntaxElement
getParser
-
Constructor Details
-
ExprLastResourcePackResponse
public ExprLastResourcePackResponse()
-
-
Method Details
-
convert
public @Nullable org.bukkit.event.player.PlayerResourcePackStatusEvent.Status convert(org.bukkit.entity.Player p)Description copied from interface:ConverterConverts an object from the given to the desired type.- Specified by:
convertin interfaceConverter<org.bukkit.entity.Player,org.bukkit.event.player.PlayerResourcePackStatusEvent.Status>- Specified by:
convertin classSimplePropertyExpression<org.bukkit.entity.Player,org.bukkit.event.player.PlayerResourcePackStatusEvent.Status>- Parameters:
p- The object to convert.- Returns:
- the converted object
-
getPropertyName
- Specified by:
getPropertyNamein classSimplePropertyExpression<org.bukkit.entity.Player,org.bukkit.event.player.PlayerResourcePackStatusEvent.Status>
-
getReturnType
Description copied from interface:ExpressionGets 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)
-