Class DirectionalProperty

java.lang.Object
com.sk89q.worldedit.registry.state.AbstractProperty<Direction>
com.sk89q.worldedit.registry.state.DirectionalProperty
All Implemented Interfaces:
Property<Direction>

public class DirectionalProperty extends AbstractProperty<Direction>
  • Constructor Details

  • Method Details

    • getValueFor

      @Nullable public Direction getValueFor(String string)
      Description copied from interface: Property
      Gets the value for the given string, or null.
      Parameters:
      string - The string
      Returns:
      The value, or null