net.minecraft.client.gui.screen.world

class EditGameRulesScreen$RuleListWidget$1

implements GameRuleVisitor

net.minecraft.client.gui.screens.worldselection.AbstractGameRulesScreen$RuleList$1
net.minecraft.client.gui.screens.worldselection.AbstractGameRulesScreen$RuleList$1
net.minecraft.class_5235$class_5241$1
net.minecraft.client.gui.screen.world.EditGameRulesScreen$RuleListWidget$1

Constructor summary

ModifierConstructor
()

Method summary

Modifier and TypeMethod
public void
visitBoolean(GameRule<Boolean> gameRule)
visitBoolean(GameRule<Boolean> gameRule)
method_27329(class_12279<Boolean> arg0)
visitBoolean(GameRule<Boolean> arg0)
public void
visitInteger(GameRule<Integer> gameRule)
visitInteger(GameRule<Integer> gameRule)
method_27330(class_12279<Integer> arg0)
visitInt(GameRule<Integer> arg0)
private <T> void
addEntry(GameRule<T> gameRule, AbstractGameRulesScreen$EntryFactory<T> factory)
addEntry(GameRule<T> gameRule, AbstractGameRulesScreen$EntryFactory<T> factory)
method_27640(class_12279<T> arg0, class_5235$class_5238<T> arg1)
createRuleWidget(GameRule<T> key, EditGameRulesScreen$RuleWidgetFactory<T> widgetFactory)