Package-level declarations

Types

Link copied to clipboard
@CataloguedBy(catalogue = GameRules::class)
interface GameRule<V> : Translatable

A rule dictating how a specific aspect of the game functions.

Link copied to clipboard
interface GameRuleHolder

A holder of game rules. Used to get and set game rule values.

Link copied to clipboard
@Catalogue(type = GameRule::class)
object GameRules

All the built-in game rules.