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)
    • getValue

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

      public String toString()
      Overrides:
      toString in class Object