Uses of Class
net.minecraft.client.gui.screens.worldselection.AbstractGameRulesScreen
Packages that use AbstractGameRulesScreen
Package
Description
-
Uses of AbstractGameRulesScreen in net.minecraft.client.gui.screens.options
Subclasses of AbstractGameRulesScreen in net.minecraft.client.gui.screens.options -
Uses of AbstractGameRulesScreen in net.minecraft.client.gui.screens.worldselection
Subclasses of AbstractGameRulesScreen in net.minecraft.client.gui.screens.worldselection -
Uses of AbstractGameRulesScreen in net.neoforged.neoforge.client.gamerules
Methods in net.neoforged.neoforge.client.gamerules with parameters of type AbstractGameRulesScreenModifier and TypeMethodDescriptionstatic <T> voidGameRuleEntryFactoryManager.appendGameRuleEntry(AbstractGameRulesScreen screen, GameRule<T> gameRule, BiConsumer<GameRule<T>, AbstractGameRulesScreen.EntryFactory<T>> addEntry) GameRuleEntryFactory.create(AbstractGameRulesScreen screen, Component description, List<FormattedCharSequence> tooltip, String str, GameRule<T> gameRule) default AbstractGameRulesScreen.EntryFactory<T> GameRuleEntryFactory.toVanilla(AbstractGameRulesScreen screen) Constructors in net.neoforged.neoforge.client.gamerules with parameters of type AbstractGameRulesScreenModifierConstructorDescriptionGenericGameRuleEntry(AbstractGameRulesScreen screen, Component label, List<FormattedCharSequence> tooltip, String narration, GameRule<T> gameRule)