Package ch.njol.skript.expressions
Class ExprBlockHardness
java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<T>
ch.njol.skript.expressions.base.PropertyExpression<F,T>
ch.njol.skript.expressions.base.SimplePropertyExpression<ItemType,Number>
ch.njol.skript.expressions.ExprBlockHardness
- All Implemented Interfaces:
Converter<ItemType,Number>,Debuggable,Expression<Number>,SyntaxElement
@Name("Block Hardness")
@Description("Obtains the block\'s hardness level (also known as \"strength\"). This number is used to calculate the time required to break each block.")
@Examples({"set {_hard} to block hardness of target block","if block hardness of target block > 5:"})
@RequiredPlugins("Minecraft 1.13+")
@Since("2.6")
public class ExprBlockHardness
extends SimplePropertyExpression<ItemType,Number>
-
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, 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
-
ExprBlockHardness
public ExprBlockHardness()
-
-
Method Details
-
convert
Description copied from interface:ConverterConverts an object from the given to the desired type. -
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)
-
getPropertyName
- Specified by:
getPropertyNamein classSimplePropertyExpression<ItemType,Number>
-