Class BooleanProperty

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

public class BooleanProperty extends AbstractProperty<Boolean>
  • Constructor Details

  • Method Details

    • getValueFor

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