Interface IGameruleKeyExtensions
- All Known Implementing Classes:
KeyMixins
public interface IGameruleKeyExtensions
Extensions for
gamerules.-
Method Summary
Modifier and TypeMethodDescriptionGet the custom category this instance is registered to.voidsetCustomCategory(CustomCategory customCategory) Set the custom category this instance is registered to.
-
Method Details
-
getCustomCategory
Get the custom category this instance is registered to.- Returns:
- If this instance is registered to a custom category then the
custom category this instance is registered to;
nullotherwise.
-
setCustomCategory
Set the custom category this instance is registered to.- Parameters:
customCategory- The custom category this instance should be registered to, if any, ornullto clear the custom category registration.
-