Uses of Class
net.minecraft.client.gui.screen.EditGamerulesScreen.Gamerule
-
Packages that use EditGamerulesScreen.Gamerule Package Description net.minecraft.client.gui.screen -
-
Uses of EditGamerulesScreen.Gamerule in net.minecraft.client.gui.screen
Subclasses of EditGamerulesScreen.Gamerule in net.minecraft.client.gui.screen Modifier and Type Class Description class
EditGamerulesScreen.BooleanEntry
class
EditGamerulesScreen.IntegerEntry
class
EditGamerulesScreen.NameEntry
class
EditGamerulesScreen.ValueEntry
Fields in net.minecraft.client.gui.screen with type parameters of type EditGamerulesScreen.Gamerule Modifier and Type Field Description private java.util.Set<EditGamerulesScreen.Gamerule>
EditGamerulesScreen. invalidEntries
Methods in net.minecraft.client.gui.screen that return EditGamerulesScreen.Gamerule Modifier and Type Method Description EditGamerulesScreen.Gamerule
EditGamerulesScreen.IRuleEntry. create(ITextComponent p_create_1_, java.util.List<IReorderingProcessor> p_create_2_, java.lang.String p_create_3_, T p_create_4_)
Methods in net.minecraft.client.gui.screen with parameters of type EditGamerulesScreen.Gamerule Modifier and Type Method Description private void
EditGamerulesScreen. clearInvalid(EditGamerulesScreen.Gamerule p_238977_1_)
private void
EditGamerulesScreen. markInvalid(EditGamerulesScreen.Gamerule p_238972_1_)
-