| Modifier and Type | Method and Description |
|---|---|
Integer |
getDefaultValue() |
String |
getName() |
Class<Integer> |
getValueClass() |
int |
hashCode() |
static IntegerGameRule |
of(String name) |
static IntegerGameRule |
of(String name,
int defaultValue) |
Integer |
parse(String value) |
String |
toString() |
public static IntegerGameRule of(String name)
public static IntegerGameRule of(String name, int defaultValue)
public Class<Integer> getValueClass()
getValueClass in interface GameRule<Integer>public Integer getDefaultValue()
getDefaultValue in interface GameRule<Integer>Copyright © 2021. All rights reserved.