Class ExprTime

All Implemented Interfaces:
Debuggable, Expression<Time>, SyntaxElement

@Name("Time") @Description("The <a href=\'classes.html#time\'>time</a> of a world.") @Examples({"time in world is between 18:00 and 6:00:","\tbroadcast \"It\'s night-time, watch out for monsters!\""}) @Since("1.0") public class ExprTime extends PropertyExpression<org.bukkit.World,​Time>
  • Constructor Details

    • ExprTime

      public ExprTime()
  • Method Details