Uses of Class
net.minecraft.client.gui.screens.worldselection.AbstractGameRulesScreen.RuleEntry
Packages that use AbstractGameRulesScreen.RuleEntry
Package
Description
-
Uses of AbstractGameRulesScreen.RuleEntry in net.minecraft.client.gui.screens.worldselection
Modifier and TypeClassDescriptionclassclassclassclassSubclasses with type arguments of type AbstractGameRulesScreen.RuleEntry in net.minecraft.client.gui.screens.worldselectionModifier and TypeClassDescriptionstatic classclassFields in net.minecraft.client.gui.screens.worldselection with type parameters of type AbstractGameRulesScreen.RuleEntryModifier and TypeFieldDescriptionprivate final Set<AbstractGameRulesScreen.RuleEntry> AbstractGameRulesScreen.invalidEntriesMethods in net.minecraft.client.gui.screens.worldselection that return AbstractGameRulesScreen.RuleEntryModifier and TypeMethodDescriptionAbstractGameRulesScreen.EntryFactory.create(Component name, List<FormattedCharSequence> tooltip, String narration, GameRule<T> gameRule) Methods in net.minecraft.client.gui.screens.worldselection with parameters of type AbstractGameRulesScreen.RuleEntryModifier and TypeMethodDescriptionvoidAbstractGameRulesScreen.clearInvalid(AbstractGameRulesScreen.RuleEntry invalidEntry) voidAbstractGameRulesScreen.markInvalid(AbstractGameRulesScreen.RuleEntry invalidEntry) -
Uses of AbstractGameRulesScreen.RuleEntry in net.neoforged.neoforge.client.gamerules
Subclasses of AbstractGameRulesScreen.RuleEntry in net.neoforged.neoforge.client.gamerulesModifier and TypeClassDescriptionclassCopy ofAbstractGameRulesScreen.GameRuleEntrymodified to be used in a static context.classCopy ofAbstractGameRulesScreen.IntegerRuleEntryupdated to be used in a static context for anyGameRuleMethods in net.neoforged.neoforge.client.gamerules that return AbstractGameRulesScreen.RuleEntryModifier and TypeMethodDescriptionGameRuleEntryFactory.create(AbstractGameRulesScreen screen, Component description, List<FormattedCharSequence> tooltip, String str, GameRule<T> gameRule)