Class IntegerProperty

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

public class IntegerProperty extends AbstractProperty<Integer>
  • Constructor Details

  • Method Details

    • getValueFor

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