Uses of Class
net.minecraft.client.gui.screens.worldselection.EditGameRulesScreen.RuleEntry
Packages that use EditGameRulesScreen.RuleEntry
Package
Description
-
Uses of EditGameRulesScreen.RuleEntry in net.minecraft.client.gui.screens.worldselection
Modifier and TypeClassDescriptionclassclassclassclassFields in net.minecraft.client.gui.screens.worldselection with type parameters of type EditGameRulesScreen.RuleEntryModifier and TypeFieldDescriptionprivate final Set<EditGameRulesScreen.RuleEntry> EditGameRulesScreen.invalidEntriesMethods in net.minecraft.client.gui.screens.worldselection that return EditGameRulesScreen.RuleEntryModifier and TypeMethodDescriptionEditGameRulesScreen.EntryFactory.create(Component label, List<FormattedCharSequence> tooltip, String description, GameRule<T> gameRule) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type EditGameRulesScreen.RuleEntryModifier and TypeMethodDescriptionvoidEditGameRulesScreen.clearInvalid(EditGameRulesScreen.RuleEntry ruleEntry) voidEditGameRulesScreen.markInvalid(EditGameRulesScreen.RuleEntry ruleEntry) -
Uses of EditGameRulesScreen.RuleEntry in net.neoforged.neoforge.client.gamerules
Subclasses of EditGameRulesScreen.RuleEntry in net.neoforged.neoforge.client.gamerulesModifier and TypeClassDescriptionclassCopy ofEditGameRulesScreen.GameRuleEntrymodified to be used in a static context.classCopy ofEditGameRulesScreen.IntegerRuleEntryupdated to be used in a static context for anyGameRuleMethods in net.neoforged.neoforge.client.gamerules that return EditGameRulesScreen.RuleEntryModifier and TypeMethodDescriptionGameRuleEntryFactory.create(EditGameRulesScreen screen, Component description, List<FormattedCharSequence> tooltip, String str, GameRule<T> gameRule)