Interface FabricGameRuleVisitor

All Superinterfaces:
GameRules.Visitor

public interface FabricGameRuleVisitor extends GameRules.Visitor
An extended game rule visitor which supports Fabric's own rule types.

Game rule visitors are typically used iterating all game rules. In vanilla, the visitor is used to register game rule commands and populate the Edit Game Rules screen.

Rule types specified by this interface are not exhaustive. New entries may be added in the future.