Package net.minecraft.client.gui.screen
Class LoomScreen
- java.lang.Object
-
- net.minecraft.client.gui.AbstractGui
-
- net.minecraft.client.gui.FocusableGui
-
- net.minecraft.client.gui.screen.Screen
-
- net.minecraft.client.gui.screen.inventory.ContainerScreen<LoomContainer>
-
- net.minecraft.client.gui.screen.LoomScreen
-
- All Implemented Interfaces:
IGuiEventListener,IHasContainer<LoomContainer>,INestedGuiEventHandler,IRenderable,IScreen
public class LoomScreen extends ContainerScreen<LoomContainer>
-
-
Field Summary
Fields Modifier and Type Field Description private ItemStackbannerStackprivate static ResourceLocationBG_LOCATIONprivate booleandisplayPatternsprivate booleandisplaySpecialPatternprivate ItemStackdyeStackprivate ModelRendererflagprivate booleanhasMaxPatternsprivate ItemStackpatternStackprivate java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>>resultBannerPatternsprivate booleanscrollingprivate floatscrollOffsprivate intstartIndexprivate static intTOTAL_PATTERN_ROWS-
Fields inherited from class net.minecraft.client.gui.screen.inventory.ContainerScreen
hoveredSlot, imageHeight, imageWidth, inventory, INVENTORY_LOCATION, inventoryLabelX, inventoryLabelY, isQuickCrafting, leftPos, menu, quickCraftSlots, slotColor, titleLabelX, titleLabelY, topPos
-
Fields inherited from class net.minecraft.client.gui.screen.Screen
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, width
-
Fields inherited from class net.minecraft.client.gui.AbstractGui
BACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATION
-
-
Constructor Summary
Constructors Constructor Description LoomScreen(LoomContainer p_i51081_1_, PlayerInventory p_i51081_2_, ITextComponent p_i51081_3_)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private voidcontainerChanged()protected booleanhasClickedOutside(double p_195361_1_, double p_195361_3_, int p_195361_5_, int p_195361_6_, int p_195361_7_)booleanmouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_)booleanmouseDragged(double p_231045_1_, double p_231045_3_, int p_231045_5_, double p_231045_6_, double p_231045_8_)booleanmouseScrolled(double p_231043_1_, double p_231043_3_, double p_231043_5_)voidrender(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)protected voidrenderBg(MatrixStack p_230450_1_, float p_230450_2_, int p_230450_3_, int p_230450_4_)private voidrenderPattern(int p_228190_1_, int p_228190_2_, int p_228190_3_)-
Methods inherited from class net.minecraft.client.gui.screen.inventory.ContainerScreen
checkHotbarKeyPressed, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, init, isHovering, isPauseScreen, keyPressed, mouseReleased, onClose, removed, renderLabels, renderTooltip, slotClicked, tick
-
Methods inherited from class net.minecraft.client.gui.screen.Screen
addButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, shouldCloseOnEsc, wrapScreenError
-
Methods inherited from class net.minecraft.client.gui.FocusableGui
getFocused, isDragging, setDragging, setFocused
-
Methods inherited from class net.minecraft.client.gui.AbstractGui
blit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLine
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.minecraft.client.gui.IGuiEventListener
mouseMoved
-
Methods inherited from interface net.minecraft.client.gui.INestedGuiEventHandler
changeFocus, charTyped, getChildAt, keyReleased, magicalSpecialHackyFocus, setInitialFocus
-
-
-
-
Field Detail
-
BG_LOCATION
private static final ResourceLocation BG_LOCATION
-
TOTAL_PATTERN_ROWS
private static final int TOTAL_PATTERN_ROWS
-
flag
private final ModelRenderer flag
-
resultBannerPatterns
@Nullable private java.util.List<com.mojang.datafixers.util.Pair<BannerPattern,DyeColor>> resultBannerPatterns
-
bannerStack
private ItemStack bannerStack
-
dyeStack
private ItemStack dyeStack
-
patternStack
private ItemStack patternStack
-
displayPatterns
private boolean displayPatterns
-
displaySpecialPattern
private boolean displaySpecialPattern
-
hasMaxPatterns
private boolean hasMaxPatterns
-
scrollOffs
private float scrollOffs
-
scrolling
private boolean scrolling
-
startIndex
private int startIndex
-
-
Constructor Detail
-
LoomScreen
public LoomScreen(LoomContainer p_i51081_1_, PlayerInventory p_i51081_2_, ITextComponent p_i51081_3_)
-
-
Method Detail
-
render
public void render(MatrixStack p_230430_1_, int p_230430_2_, int p_230430_3_, float p_230430_4_)
- Specified by:
renderin interfaceIRenderable- Overrides:
renderin classContainerScreen<LoomContainer>
-
renderBg
protected void renderBg(MatrixStack p_230450_1_, float p_230450_2_, int p_230450_3_, int p_230450_4_)
- Specified by:
renderBgin classContainerScreen<LoomContainer>
-
renderPattern
private void renderPattern(int p_228190_1_, int p_228190_2_, int p_228190_3_)
-
mouseClicked
public boolean mouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_)- Specified by:
mouseClickedin interfaceIGuiEventListener- Specified by:
mouseClickedin interfaceINestedGuiEventHandler- Overrides:
mouseClickedin classContainerScreen<LoomContainer>
-
mouseDragged
public boolean mouseDragged(double p_231045_1_, double p_231045_3_, int p_231045_5_, double p_231045_6_, double p_231045_8_)- Specified by:
mouseDraggedin interfaceIGuiEventListener- Specified by:
mouseDraggedin interfaceINestedGuiEventHandler- Overrides:
mouseDraggedin classContainerScreen<LoomContainer>
-
mouseScrolled
public boolean mouseScrolled(double p_231043_1_, double p_231043_3_, double p_231043_5_)
-
hasClickedOutside
protected boolean hasClickedOutside(double p_195361_1_, double p_195361_3_, int p_195361_5_, int p_195361_6_, int p_195361_7_)- Overrides:
hasClickedOutsidein classContainerScreen<LoomContainer>
-
containerChanged
private void containerChanged()
-
-