net.minecraft.client.gui.screens.inventory

public class BeaconScreen

extends AbstractContainerScreen<BeaconMenu>

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable, MenuAccess

fox
net.minecraft.client.gui.screens.inventory.BeaconScreen
net.minecraft.class_466
net.minecraft.client.gui.screen.ingame.BeaconScreen
net.minecraft.src.C_3627_

Field summary

Modifier and TypeField
private static final ResourceLocation
E
BEACON_LOCATION
field_2808
TEXTURE
f_97903_
static final ResourceLocation
F
BUTTON_DISABLED_SPRITE
field_45443
BUTTON_DISABLED_TEXTURE
f_291613_
static final ResourceLocation
G
BUTTON_SELECTED_SPRITE
field_45444
BUTTON_SELECTED_TEXTURE
f_290884_
static final ResourceLocation
H
BUTTON_HIGHLIGHTED_SPRITE
field_45439
BUTTON_HIGHLIGHTED_TEXTURE
f_291172_
static final ResourceLocation
I
BUTTON_SPRITE
field_45440
BUTTON_TEXTURE
f_290792_
static final ResourceLocation
J
CONFIRM_SPRITE
field_45441
CONFIRM_TEXTURE
f_291201_
static final ResourceLocation
K
CANCEL_SPRITE
field_45442
CANCEL_TEXTURE
f_291331_
private static final Component
L
PRIMARY_EFFECT_LABEL
field_26560
PRIMARY_POWER_TEXT
f_97904_
private static final Component
M
SECONDARY_EFFECT_LABEL
field_26561
SECONDARY_POWER_TEXT
f_97905_
private final List<BeaconScreen$BeaconButton>
N
beaconButtons
field_33832
buttons
f_169612_
Holder<MobEffect>
O
primary
field_17412
primaryEffect
f_97908_
Holder<MobEffect>
P
secondary
field_17413
secondaryEffect
f_97909_

Constructor summary

ModifierConstructor
public (BeaconMenu handler, Inventory inventory, Component title)

Method summary

Modifier and TypeMethod
private <T extends AbstractWidget extends BeaconScreen$BeaconButton> void
a(T arg0)
addBeaconButton(T arg0)
method_37076(T arg0)
addButton(T button)
m_169616_(T arg0)
protected void
aT_()
init()
method_25426()
init()
m_7856_()
public void
C()
containerTick()
method_37432()
handledScreenTick()
m_181908_()
void
E()
updateButtons()
method_37078()
tickButtons()
m_169626_()
protected void
b(fhz arg0, int arg1, int arg2)
renderLabels(GuiGraphics arg0, int arg1, int arg2)
method_2388(class_332 arg0, int arg1, int arg2)
drawForeground(DrawContext arg0, int arg1, int arg2)
m_280003_(C_279497_ p_282699_, int p_281296_, int arg2)
protected void
a(fhz arg0, float arg1, int arg2, int arg3)
renderBg(GuiGraphics arg0, float arg1, int arg2, int arg3)
method_2389(class_332 arg0, float arg1, int arg2, int arg3)
drawBackground(DrawContext arg0, float arg1, int arg2, int arg3)
m_7286_(C_279497_ p_282185_, float p_282362_, int p_282987_, int arg3)
public void
a(fhz arg0, int arg1, int arg2, float arg3)
render(GuiGraphics arg0, int arg1, int arg2, float arg3)
method_25394(class_332 arg0, int arg1, int arg2, float arg3)
render(DrawContext arg0, int arg1, int arg2, float arg3)
m_88315_(C_279497_ p_282876_, int p_282015_, int p_281395_, float arg3)