Class EnumProperty

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

public class EnumProperty extends AbstractProperty<String>
  • Constructor Details

  • Method Details

    • getValueFor

      @Nullable public String 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