Class IntegerProperty
java.lang.Object
com.sk89q.worldedit.registry.state.AbstractProperty<Integer>
com.sk89q.worldedit.registry.state.IntegerProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetValueFor
(String string) Gets the value for the given string, or null.
-
Constructor Details
-
IntegerProperty
-
-
Method Details
-
getValueFor
Description copied from interface:Property
Gets the value for the given string, or null.- Parameters:
string
- The string- Returns:
- The value, or null
-