net.minecraft.client.gui.screens.inventory

public class LoomScreen

extends AbstractContainerScreen<LoomMenu>

All mapped superinterfaces:

ContainerEventHandler, GuiEventListener, TabOrderedElement, Renderable, MenuAccess

fal
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
x
BANNER_SLOT_SPRITE
field_45481
BANNER_SLOT_TEXTURE
f_290693_
private static final ResourceLocation
y
DYE_SLOT_SPRITE
field_45482
DYE_SLOT_TEXTURE
f_291189_
private static final ResourceLocation
z
PATTERN_SLOT_SPRITE
field_45483
PATTERN_SLOT_TEXTURE
f_291231_
private static final ResourceLocation
A
SCROLLER_SPRITE
field_45476
SCROLLER_TEXTURE
f_291186_
private static final ResourceLocation
B
SCROLLER_DISABLED_SPRITE
field_45477
SCROLLER_DISABLED_TEXTURE
f_290563_
private static final ResourceLocation
C
PATTERN_SELECTED_SPRITE
field_45478
PATTERN_SELECTED_TEXTURE
f_290690_
private static final ResourceLocation
D
PATTERN_HIGHLIGHTED_SPRITE
field_45479
PATTERN_HIGHLIGHTED_TEXTURE
f_291547_
private static final ResourceLocation
E
PATTERN_SPRITE
field_45480
PATTERN_TEXTURE
f_290990_
private static final ResourceLocation
F
ERROR_SPRITE
field_46186
ERROR_TEXTURE
f_291145_
private static final ResourceLocation
G
BG_LOCATION
field_2966
TEXTURE
f_99060_
private static final int
H
PATTERN_COLUMNS
field_32346
PATTERN_LIST_COLUMNS
f_169776_
private static final int
I
PATTERN_ROWS
field_32347
PATTERN_LIST_ROWS
f_169777_
private static final int
J
SCROLLER_WIDTH
field_32348
SCROLLBAR_WIDTH
f_169778_
private static final int
K
SCROLLER_HEIGHT
field_32349
SCROLLBAR_HEIGHT
f_169779_
private static final int
L
PATTERN_IMAGE_SIZE
field_32350
PATTERN_ENTRY_SIZE
f_169780_
private static final int
M
SCROLLER_FULL_HEIGHT
field_32351
SCROLLBAR_AREA_HEIGHT
f_169781_
private static final int
N
PATTERNS_X
field_32352
PATTERN_LIST_OFFSET_X
f_169782_
private static final int
O
PATTERNS_Y
field_32353
PATTERN_LIST_OFFSET_Y
f_169783_
private ModelPart
P
flag
field_21694
bannerField
f_99062_
private List<com.mojang.datafixers.util.Pair<Holder<BannerPattern>, DyeColor>>
Q
resultBannerPatterns
field_21841
bannerPatterns
f_99063_
private ItemStack
R
bannerStack
field_2955
banner
f_99064_
private ItemStack
S
dyeStack
field_2954
dye
f_99065_
private ItemStack
T
patternStack
field_2967
pattern
f_99066_
private boolean
U
displayPatterns
field_2965
canApplyDyePattern
f_99067_
private boolean
V
hasMaxPatterns
field_2961
hasTooManyPatterns
f_99069_
private float
W
scrollOffs
field_2968
scrollPosition
f_99070_
private boolean
X
scrolling
field_2958
scrollbarClicked
f_99071_
private int
Y
startRow
field_39190
visibleTopRow
f_232823_

Constructor summary

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

Method summary

Modifier and TypeMethod
protected void
aH_()
init()
method_25426()
init()
m_7856_()
public void
a(esf 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_282700_, int p_282637_, int p_281433_, float arg3)
private int
F()
totalRowCount()
method_43774()
getRows()
m_232828_()
protected void
a(esf 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_281777_, float p_283331_, int p_283087_, int arg3)
private void
a(esf arg0, he<dcm> arg1, int arg2, int arg3)
renderPattern(GuiGraphics arg0, Holder<BannerPattern> arg1, int arg2, int arg3)
method_22692(class_332 arg0, class_6880<class_2582> arg1, int arg2, int arg3)
drawBanner(DrawContext context, RegistryEntry<BannerPattern> pattern, int x, int y)
m_280599_(C_279497_ p_281940_, C_203228_<C_1977_> p_281872_, int p_282995_, int arg3)
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, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
method_25401(double arg0, double arg1, double arg2, double arg3)
mouseScrolled(double arg0, double arg1, double arg2, double arg3)
m_6050_(double p_99080_, double p_298992_, double arg2, double arg3)
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
G()
containerChanged()
method_17576()
onInventoryChanged()
m_99112_()