类 SLPGamerules
java.lang.Object
top.r3944realms.superleadrope.content.gamerule.SLPGamerules
The type Slp gamerules.
-
字段概要
字段修饰符和类型字段说明static final StringThe constant GAMERULE_PREFIX.static final SLPGameruleRegistryThe constant GAMERULE_REGISTRY.The constant gameruleIntegerValuesClient.The constant gamerulesBooleanValuesClient.static final StringThe constant RULE_KEY_PERFiX_. -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringgetDescriptionKey(Class<?> gameRuleClass) Gets description key.static StringgetDescriptionKey(String gameRuleName) Gets description key.static StringgetGameruleName(Class<?> clazz) Gets gamerule name.static StringgetGameruleName(String gamerulesName) Gets gamerule name.static StringgetNameKey(Class<?> gameRuleClass) Gets name key.
-
字段详细资料
-
GAMERULE_PREFIX
The constant GAMERULE_PREFIX.- 另请参阅:
-
GAMERULE_REGISTRY
The constant GAMERULE_REGISTRY. -
gamerulesBooleanValuesClient
The constant gamerulesBooleanValuesClient. -
gameruleIntegerValuesClient
The constant gameruleIntegerValuesClient. -
RULE_KEY_PERFiX_
The constant RULE_KEY_PERFiX_.- 另请参阅:
-
-
构造器详细资料
-
SLPGamerules
public SLPGamerules()
-
-
方法详细资料
-
getDescriptionKey
Gets description key.- 参数:
gameRuleClass- the game rule class- 返回:
- the description key
-
getDescriptionKey
Gets description key.- 参数:
gameRuleName- the game rule name- 返回:
- the description key
-
getGameruleName
Gets gamerule name.- 参数:
clazz- the clazz- 返回:
- the gamerule name
-
getGameruleName
Gets gamerule name.- 参数:
gamerulesName- the gamerules name- 返回:
- the gamerule name
-
getNameKey
Gets name key.- 参数:
gameRuleClass- the game rule class- 返回:
- the name key
-