net.minecraft.client.gui.screens.inventory

public class BeaconScreen

extends AbstractContainerScreen<BeaconMenu>

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable, MenuAccess

fus
net.minecraft.client.gui.screens.inventory.BeaconScreen
net.minecraft.class_466
net.minecraft.client.gui.screen.ingame.BeaconScreen

Field summary

Modifier and TypeField
private static final ResourceLocation
G
BEACON_LOCATION
field_2808
TEXTURE
static final ResourceLocation
H
BUTTON_DISABLED_SPRITE
field_45443
BUTTON_DISABLED_TEXTURE
static final ResourceLocation
I
BUTTON_SELECTED_SPRITE
field_45444
BUTTON_SELECTED_TEXTURE
static final ResourceLocation
J
BUTTON_HIGHLIGHTED_SPRITE
field_45439
BUTTON_HIGHLIGHTED_TEXTURE
static final ResourceLocation
K
BUTTON_SPRITE
field_45440
BUTTON_TEXTURE
static final ResourceLocation
L
CONFIRM_SPRITE
field_45441
CONFIRM_TEXTURE
static final ResourceLocation
M
CANCEL_SPRITE
field_45442
CANCEL_TEXTURE
private static final Component
N
PRIMARY_EFFECT_LABEL
field_26560
PRIMARY_POWER_TEXT
private static final Component
O
SECONDARY_EFFECT_LABEL
field_26561
SECONDARY_POWER_TEXT
private final List<BeaconScreen$BeaconButton>
P
beaconButtons
field_33832
buttons
Holder<MobEffect>
Q
primary
field_17412
primaryEffect
Holder<MobEffect>
R
secondary
field_17413
secondaryEffect

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)
protected void
aT_()
init()
method_25426()
init()
public void
E()
containerTick()
method_37432()
handledScreenTick()
void
G()
updateButtons()
method_37078()
tickButtons()
protected void
b(fns 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)
protected void
a(fns 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)
public void
a(fns 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)