Uses of Class
net.minecraft.client.gui.screen.world.EditGameRulesScreen.AbstractRuleWidget
Packages that use EditGameRulesScreen.AbstractRuleWidget
-
Uses of EditGameRulesScreen.AbstractRuleWidget in net.minecraft.client.gui.screen.world
Modifier and TypeClassDescriptionclass
class
class
class
Fields in net.minecraft.client.gui.screen.world with type parameters of type EditGameRulesScreen.AbstractRuleWidgetModifier and TypeFieldDescriptionprivate final Set<EditGameRulesScreen.AbstractRuleWidget>
EditGameRulesScreen.invalidRuleWidgets
Methods in net.minecraft.client.gui.screen.world that return EditGameRulesScreen.AbstractRuleWidgetModifier and TypeMethodDescriptionEditGameRulesScreen.RuleWidgetFactory.create
(Text name, List<OrderedText> description, String ruleName, T rule) Methods in net.minecraft.client.gui.screen.world with parameters of type EditGameRulesScreen.AbstractRuleWidgetModifier and TypeMethodDescription(package private) void
EditGameRulesScreen.markInvalid
(EditGameRulesScreen.AbstractRuleWidget ruleWidget) (package private) void
EditGameRulesScreen.markValid
(EditGameRulesScreen.AbstractRuleWidget ruleWidget)