Class LocalSlot.Variable

java.lang.Object
com.sk89q.worldedit.internal.expression.LocalSlot.Variable
All Implemented Interfaces:
LocalSlot
Enclosing interface:
LocalSlot

public static final class LocalSlot.Variable extends Object implements LocalSlot
  • Constructor Details

    • Variable

      public Variable(double value)
  • Method Details

    • setValue

      public void setValue(double value)
    • value

      public double value()
      Specified by:
      value in interface LocalSlot
    • toString

      public String toString()
      Overrides:
      toString in class Object