Class ExprGameRule

All Implemented Interfaces:
Debuggable, Expression<GameruleValue>, SyntaxElement

@Name("Gamerule Value") @Description("The gamerule value of a world.") @Examples("set the gamerule commandBlockOutput of world \"world\" to false") @Since("2.5") @RequiredPlugins("Minecraft 1.13+") public class ExprGameRule extends SimpleExpression<GameruleValue>