Class InventoryScreen
- 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<T>
-
- net.minecraft.client.gui.DisplayEffectsScreen<PlayerContainer>
-
- net.minecraft.client.gui.screen.inventory.InventoryScreen
-
- All Implemented Interfaces:
IGuiEventListener,IHasContainer<PlayerContainer>,INestedGuiEventHandler,IRenderable,IRecipeShownListener,IScreen
public class InventoryScreen extends DisplayEffectsScreen<PlayerContainer> implements IRecipeShownListener
-
-
Field Summary
Fields Modifier and Type Field Description private booleanbuttonClickedprivate static ResourceLocationRECIPE_BUTTON_LOCATIONprivate RecipeBookGuirecipeBookComponentprivate booleanrecipeBookComponentInitializedprivate booleanwidthTooNarrowprivate floatxMouseprivate floatyMouse-
Fields inherited from class net.minecraft.client.gui.DisplayEffectsScreen
doRenderEffects
-
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 InventoryScreen(PlayerEntity p_i1094_1_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RecipeBookGuigetRecipeBookComponent()protected booleanhasClickedOutside(double p_195361_1_, double p_195361_3_, int p_195361_5_, int p_195361_6_, int p_195361_7_)protected voidinit()protected booleanisHovering(int p_195359_1_, int p_195359_2_, int p_195359_3_, int p_195359_4_, double p_195359_5_, double p_195359_7_)booleanmouseClicked(double p_231044_1_, double p_231044_3_, int p_231044_5_)booleanmouseReleased(double p_231048_1_, double p_231048_3_, int p_231048_5_)voidrecipesUpdated()voidremoved()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_)static voidrenderEntityInInventory(int p_228187_0_, int p_228187_1_, int p_228187_2_, float p_228187_3_, float p_228187_4_, LivingEntity p_228187_5_)protected voidrenderLabels(MatrixStack p_230451_1_, int p_230451_2_, int p_230451_3_)protected voidslotClicked(Slot p_184098_1_, int p_184098_2_, int p_184098_3_, ClickType p_184098_4_)voidtick()-
Methods inherited from class net.minecraft.client.gui.DisplayEffectsScreen
checkEffectRendering
-
Methods inherited from class net.minecraft.client.gui.screen.inventory.ContainerScreen
checkHotbarKeyPressed, getGuiLeft, getGuiTop, getMenu, getSlotColor, getSlotUnderMouse, getXSize, getYSize, isPauseScreen, keyPressed, mouseDragged, onClose, renderTooltip
-
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, mouseScrolled, setInitialFocus
-
-
-
-
Field Detail
-
RECIPE_BUTTON_LOCATION
private static final ResourceLocation RECIPE_BUTTON_LOCATION
-
xMouse
private float xMouse
-
yMouse
private float yMouse
-
recipeBookComponent
private final RecipeBookGui recipeBookComponent
-
recipeBookComponentInitialized
private boolean recipeBookComponentInitialized
-
widthTooNarrow
private boolean widthTooNarrow
-
buttonClicked
private boolean buttonClicked
-
-
Constructor Detail
-
InventoryScreen
public InventoryScreen(PlayerEntity p_i1094_1_)
-
-
Method Detail
-
tick
public void tick()
- Specified by:
tickin interfaceIScreen- Overrides:
tickin classContainerScreen<PlayerContainer>
-
init
protected void init()
- Overrides:
initin classDisplayEffectsScreen<PlayerContainer>
-
renderLabels
protected void renderLabels(MatrixStack p_230451_1_, int p_230451_2_, int p_230451_3_)
- Overrides:
renderLabelsin classContainerScreen<PlayerContainer>
-
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 classDisplayEffectsScreen<PlayerContainer>
-
renderBg
protected void renderBg(MatrixStack p_230450_1_, float p_230450_2_, int p_230450_3_, int p_230450_4_)
- Specified by:
renderBgin classContainerScreen<PlayerContainer>
-
renderEntityInInventory
public static void renderEntityInInventory(int p_228187_0_, int p_228187_1_, int p_228187_2_, float p_228187_3_, float p_228187_4_, LivingEntity p_228187_5_)
-
isHovering
protected boolean isHovering(int p_195359_1_, int p_195359_2_, int p_195359_3_, int p_195359_4_, double p_195359_5_, double p_195359_7_)- Overrides:
isHoveringin classContainerScreen<PlayerContainer>
-
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<PlayerContainer>
-
mouseReleased
public boolean mouseReleased(double p_231048_1_, double p_231048_3_, int p_231048_5_)- Specified by:
mouseReleasedin interfaceIGuiEventListener- Specified by:
mouseReleasedin interfaceINestedGuiEventHandler- Overrides:
mouseReleasedin classContainerScreen<PlayerContainer>
-
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<PlayerContainer>
-
slotClicked
protected void slotClicked(Slot p_184098_1_, int p_184098_2_, int p_184098_3_, ClickType p_184098_4_)
- Overrides:
slotClickedin classContainerScreen<PlayerContainer>
-
recipesUpdated
public void recipesUpdated()
- Specified by:
recipesUpdatedin interfaceIRecipeShownListener
-
removed
public void removed()
- Overrides:
removedin classContainerScreen<PlayerContainer>
-
getRecipeBookComponent
public RecipeBookGui getRecipeBookComponent()
- Specified by:
getRecipeBookComponentin interfaceIRecipeShownListener
-
-