public static class GuiScreenCustomizePreview.EmptyListPreset
extends net.minecraft.client.gui.GuiSlot
| Constructor and Description |
|---|
EmptyListPreset(net.minecraft.client.gui.GuiScreen parent) |
EmptyListPreset(net.minecraft.client.gui.GuiScreen parent,
int paddingTop,
int paddingBottom) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
drawBackground() |
protected void |
drawSlot(int slotIndex,
int xPos,
int yPos,
int heightIn,
int mouseXIn,
int mouseYIn,
float partialTicks) |
protected void |
elementClicked(int slotIndex,
boolean isDoubleClick,
int mouseX,
int mouseY) |
protected int |
getSize() |
protected boolean |
isSelected(int slotIndex) |
actionPerformed, bindAmountScrolled, clickedHeader, drawContainerBackground, drawListHeader, drawScreen, drawSelectionBox, getAmountScrolled, getContentHeight, getEnabled, getListWidth, getMaxScroll, getScrollBarX, getSlotHeight, getSlotIndexFromScreenCoords, handleMouseInput, isMouseYWithinSlotBounds, overlayBackground, registerScrollButtons, renderDecorations, scrollBy, setDimensions, setEnabled, setHasListHeader, setShowSelectionBox, setSlotXBoundsFromLeft, updateItemPospublic EmptyListPreset(net.minecraft.client.gui.GuiScreen parent,
int paddingTop,
int paddingBottom)
public EmptyListPreset(net.minecraft.client.gui.GuiScreen parent)
protected int getSize()
getSize in class net.minecraft.client.gui.GuiSlotprotected void elementClicked(int slotIndex,
boolean isDoubleClick,
int mouseX,
int mouseY)
elementClicked in class net.minecraft.client.gui.GuiSlotprotected boolean isSelected(int slotIndex)
isSelected in class net.minecraft.client.gui.GuiSlotprotected void drawBackground()
drawBackground in class net.minecraft.client.gui.GuiSlotprotected void drawSlot(int slotIndex,
int xPos,
int yPos,
int heightIn,
int mouseXIn,
int mouseYIn,
float partialTicks)
drawSlot in class net.minecraft.client.gui.GuiSlot