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