Class ExprInteractionDimensions

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<Number>
ch.njol.skript.expressions.base.PropertyExpression<org.bukkit.entity.Entity,Number>
ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.Entity,Number>
org.skriptlang.skript.bukkit.interactions.elements.expressions.ExprInteractionDimensions
All Implemented Interfaces:
Debuggable, Expression<Number>, Loopable<Number>, Simplifiable<Expression<? extends Number>>, SyntaxElement, Converter<org.bukkit.entity.Entity,Number>, RuntimeErrorProducer, SyntaxRuntimeErrorProducer

@Name("Interaction Height/Width") @Description("Returns the height or width of an interaction entity\'s hitbox. Both default to 1.\nThe width of the hitbox determines the x/z widths\n") @Example("set interaction height of last spawned interaction to 5.3") @Example("set interaction width of last spawned interaction to 2") @Since("2.14") public class ExprInteractionDimensions extends ch.njol.skript.expressions.base.SimplePropertyExpression<org.bukkit.entity.Entity,Number>
  • Constructor Details

    • ExprInteractionDimensions

      public ExprInteractionDimensions()
  • Method Details