Class ExprSaturation

java.lang.Object
ch.njol.skript.lang.util.SimpleExpression<T>
ch.njol.skript.expressions.base.PropertyExpression<org.bukkit.entity.Player,​Number>
ch.njol.skript.expressions.ExprSaturation
All Implemented Interfaces:
Debuggable, Expression<Number>, SyntaxElement

@Name("Saturation") @Description("The saturation of a player. If used in a player event, it can be omitted and will default to event-player.") @Examples("set saturation of player to 20") @Since("2.2-Fixes-v10, 2.2-dev35 (fully modifiable)") public class ExprSaturation extends PropertyExpression<org.bukkit.entity.Player,​Number>
  • Constructor Details

    • ExprSaturation

      public ExprSaturation()
  • Method Details