net.minecraft.client.gui.screens.inventory

public class EnchantmentScreen

extends AbstractContainerScreen<EnchantmentMenu>

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable, MenuAccess

fpn
net.minecraft.client.gui.screens.inventory.EnchantmentScreen
net.minecraft.class_486
net.minecraft.client.gui.screen.ingame.EnchantmentScreen
net.minecraft.src.C_3659_

Field summary

Modifier and TypeField
private static final ResourceLocation[]
L
ENABLED_LEVEL_SPRITES
field_45464
LEVEL_TEXTURES
f_290980_
private static final ResourceLocation[]
M
DISABLED_LEVEL_SPRITES
field_45465
LEVEL_DISABLED_TEXTURES
f_291094_
private static final ResourceLocation
N
ENCHANTMENT_SLOT_DISABLED_SPRITE
field_45466
ENCHANTMENT_SLOT_DISABLED_TEXTURE
f_291504_
private static final ResourceLocation
O
ENCHANTMENT_SLOT_HIGHLIGHTED_SPRITE
field_45467
ENCHANTMENT_SLOT_HIGHLIGHTED_TEXTURE
f_291541_
private static final ResourceLocation
P
ENCHANTMENT_SLOT_SPRITE
field_45468
ENCHANTMENT_SLOT_TEXTURE
f_290760_
private static final ResourceLocation
Q
ENCHANTING_TABLE_LOCATION
field_2910
TEXTURE
f_98747_
private static final ResourceLocation
R
ENCHANTING_BOOK_LOCATION
field_2901
BOOK_TEXTURE
f_98748_
private final RandomSource
S
random
field_2911
random
f_98750_
private BookModel
T
bookModel
field_2908
BOOK_MODEL
f_169756_
public int
E
time
field_2915
ticks
f_98740_
public float
F
flip
field_2912
nextPageAngle
f_98741_
public float
G
oFlip
field_2914
pageAngle
f_98742_
public float
H
flipT
field_2909
approximatePageAngle
f_98743_
public float
I
flipA
field_2906
pageRotationSpeed
f_98744_
public float
J
open
field_2905
nextPageTurningSpeed
f_98745_
public float
K
oOpen
field_2904
pageTurningSpeed
f_98746_
private ItemStack
U
last
field_2913
stack
f_98751_

Constructor summary

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

Method summary

Modifier and TypeMethod
protected void
aT_()
init()
method_25426()
init()
m_7856_()
public void
C()
containerTick()
method_37432()
handledScreenTick()
m_181908_()
public boolean
a(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
method_25402(double arg0, double arg1, int arg2)
mouseClicked(double arg0, double arg1, int arg2)
m_6375_(double p_98759_, double arg1, 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_282530_, float p_281621_, int p_283333_, int arg3)
private void
d(fhz arg0, int arg1, int arg2, float arg3)
renderBook(GuiGraphics arg0, int arg1, int arg2, float arg3)
method_52223(class_332 arg0, int arg1, int arg2, float arg3)
drawBook(DrawContext context, int x, int y, float delta)
m_289602_(C_279497_ p_289667_, int p_289669_, int p_289670_, float 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_282491_, int p_281953_, int p_282182_, float arg3)
public void
E()
tickBook()
method_2478()
doTick()
m_98772_()