net.minecraft.client.gui.screens

public class ConfirmScreen

extends Screen

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable

gdq
net.minecraft.client.gui.screens.ConfirmScreen
net.minecraft.class_410
net.minecraft.client.gui.screen.ConfirmScreen
net.minecraft.src.C_3541_

Field summary

Modifier and TypeField
private final Component
u
message
field_2401
message
f_95651_
protected LinearLayout
a
layout
field_61001
layout
f_400401_
protected Component
b
yesButtonComponent
field_2402
yesText
f_400112_
protected Component
c
noButtonComponent
field_2399
noText
f_399472_
protected Button
d
yesButton
field_61002
yesButton
f_95647_
protected Button
e
noButton
field_61003
noButton
f_95648_
private int
v
delayTicker
field_2400
buttonEnableTimer
f_95652_
protected final it.unimi.dsi.fastutil.booleans.BooleanConsumer
f
callback
field_2403
callback
f_95649_

Constructor summary

ModifierConstructor
public (it.unimi.dsi.fastutil.booleans.BooleanConsumer callback, Component title, Component message)
public (it.unimi.dsi.fastutil.booleans.BooleanConsumer callback, Component title, Component message, Component yesText, Component noText)

Method summary

Modifier and TypeMethod
public Component
i()
getNarrationMessage()
method_25435()
getNarratedTitle()
m_142562_()
protected void
aV_()
init()
method_25426()
init()
m_7856_()
protected void
c()
repositionElements()
method_48640()
refreshWidgetPositions()
m_267719_()
protected void
k()
addAdditionalText()
method_72128()
initExtras()
m_402013_()
protected void
a(gbn arg0)
addButtons(LinearLayout arg0)
method_37051(class_8667 arg0)
addButtons(DirectionalLayoutWidget layout)
m_141972_(C_263623_ arg0)
public void
a(int arg0)
setDelay(int arg0)
method_2125(int arg0)
disableButtons(int ticks)
m_95663_(int arg0)
public void
e()
tick()
method_25393()
tick()
m_86600_()
public boolean
aG_()
shouldCloseOnEsc()
method_25422()
shouldCloseOnEsc()
m_6913_()
public boolean
a(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
method_25404(int arg0, int arg1, int arg2)
keyPressed(int arg0, int arg1, int arg2)
m_7933_(int p_95667_, int p_95668_, int arg2)