net.minecraft.client.gui.screens.inventory

public class LoomScreen

extends AbstractContainerScreen<LoomMenu>

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable, MenuAccess

evf
net.minecraft.client.gui.screens.inventory.LoomScreen
net.minecraft.class_494
net.minecraft.client.gui.screen.ingame.LoomScreen
net.minecraft.src.C_3671_

Field summary

Modifier and TypeField
private static final ResourceLocation
A
BG_LOCATION
field_2966
TEXTURE
f_99060_
private static final int
B
PATTERN_COLUMNS
field_32346
PATTERN_LIST_COLUMNS
f_169776_
private static final int
C
PATTERN_ROWS
field_32347
PATTERN_LIST_ROWS
f_169777_
private static final int
D
SCROLLER_WIDTH
field_32348
SCROLLBAR_WIDTH
f_169778_
private static final int
E
SCROLLER_HEIGHT
field_32349
SCROLLBAR_HEIGHT
f_169779_
private static final int
F
PATTERN_IMAGE_SIZE
field_32350
PATTERN_ENTRY_SIZE
f_169780_
private static final int
G
SCROLLER_FULL_HEIGHT
field_32351
SCROLLBAR_AREA_HEIGHT
f_169781_
private static final int
H
PATTERNS_X
field_32352
PATTERN_LIST_OFFSET_X
f_169782_
private static final int
I
PATTERNS_Y
field_32353
PATTERN_LIST_OFFSET_Y
f_169783_
private ModelPart
J
flag
field_21694
bannerField
f_99062_
private List<com.mojang.datafixers.util.Pair<Holder<BannerPattern>, DyeColor>>
K
resultBannerPatterns
field_21841
bannerPatterns
f_99063_
private ItemStack
L
bannerStack
field_2955
banner
f_99064_
private ItemStack
M
dyeStack
field_2954
dye
f_99065_
private ItemStack
N
patternStack
field_2967
pattern
f_99066_
private boolean
O
displayPatterns
field_2965
canApplyDyePattern
f_99067_
private boolean
P
hasMaxPatterns
field_2961
hasTooManyPatterns
f_99069_
private float
Q
scrollOffs
field_2968
scrollPosition
f_99070_
private boolean
R
scrolling
field_2958
scrollbarClicked
f_99071_
private int
S
startRow
field_39190
visibleTopRow
f_232823_

Constructor summary

ModifierConstructor
public (LoomMenu screenHandler, Inventory inventory, Component title)

Method summary

Modifier and TypeMethod
protected void
b()
init()
method_25426()
init()
m_7856_()
public void
a(ehe arg0, int arg1, int arg2, float arg3)
render(PoseStack arg0, int arg1, int arg2, float arg3)
method_25394(class_4587 arg0, int arg1, int arg2, float arg3)
render(MatrixStack arg0, int arg1, int arg2, float arg3)
m_86412_(C_3181_ p_99105_, int p_99106_, int p_99107_, float arg3)
private int
D()
totalRowCount()
method_43774()
getRows()
m_232828_()
protected void
a(ehe arg0, float arg1, int arg2, int arg3)
renderBg(PoseStack arg0, float arg1, int arg2, int arg3)
method_2389(class_4587 arg0, float arg1, int arg2, int arg3)
drawBackground(MatrixStack arg0, float arg1, int arg2, int arg3)
m_7286_(C_3181_ p_99100_, float p_99101_, int p_99102_, int arg3)
private void
a(hd<cyv> arg0, int arg1, int arg2)
renderPattern(Holder<BannerPattern> arg0, int arg1, int arg2)
method_22692(class_6880<class_2582> arg0, int arg1, int arg2)
drawBanner(RegistryEntry<BannerPattern> bannerPattern, int x, int y)
m_232824_(C_203228_<C_1977_> p_232826_, int p_232827_, int arg2)
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_99084_, double arg1, int arg2)
public boolean
a(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
method_25403(double arg0, double arg1, int arg2, double arg3, double arg4)
mouseDragged(double arg0, double arg1, int arg2, double arg3, double arg4)
m_7979_(double p_99088_, double p_99090_, int arg2, double arg3, double arg4)
public boolean
a(double arg0, double arg1, double arg2)
mouseScrolled(double arg0, double arg1, double arg2)
method_25401(double arg0, double arg1, double arg2)
mouseScrolled(double arg0, double arg1, double arg2)
m_6050_(double p_99080_, double arg1, double arg2)
protected boolean
a(double arg0, double arg1, int arg2, int arg3, int arg4)
hasClickedOutside(double arg0, double arg1, int arg2, int arg3, int arg4)
method_2381(double arg0, double arg1, int arg2, int arg3, int arg4)
isClickOutsideBounds(double arg0, double arg1, int arg2, int arg3, int arg4)
m_7467_(double p_99094_, double p_99096_, int arg2, int arg3, int arg4)
private void
E()
containerChanged()
method_17576()
onInventoryChanged()
m_99112_()