Uses of Class
net.minecraft.client.gui.screen.DialogScreen.ChoiceButton
Package | Description |
---|---|
net.minecraft.client.gui.screen |
-
Uses of DialogScreen.ChoiceButton in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen with type parameters of type DialogScreen.ChoiceButton Modifier and Type Field Description private ImmutableList<DialogScreen.ChoiceButton>
DialogScreen. choiceButtons
Constructor parameters in net.minecraft.client.gui.screen with type arguments of type DialogScreen.ChoiceButton Constructor Description DialogScreen(Text title, List<StringVisitable> list, ImmutableList<DialogScreen.ChoiceButton> choiceButtons)