Property.class_4933<T extends Comparable<T>>| Modifier and Type | Field and Description |
|---|---|
private ImmutableSet<Integer> |
values |
| Modifier | Constructor and Description |
|---|---|
protected |
IntProperty(String name,
int min,
int max) |
| Modifier and Type | Method and Description |
|---|---|
int |
computeHashCode() |
boolean |
equals(Object object) |
Collection<Integer> |
getValues() |
String |
name(Integer integer) |
static IntProperty |
of(String name,
int min,
int max) |
Optional<Integer> |
parse(String name) |
getName, getType, hashCode, method_30041, method_30042, method_30043, method_30044, toStringprivate final ImmutableSet<Integer> values
protected IntProperty(String name, int min, int max)
public Collection<Integer> getValues()
public int computeHashCode()
computeHashCode in class Property<Integer>public static IntProperty of(String name, int min, int max)