public class DrawBridgeScreen extends info.u_team.u_team_core.gui.UContainerScreen<DrawBridgeContainer>
background, backgroundHeight, backgroundWidth
container, dragSplitting, dragSplittingSlots, guiLeft, guiTop, hoveredSlot, INVENTORY_BACKGROUND, playerInventory, slotColor, xSize, ySize
Constructor and Description |
---|
DrawBridgeScreen(DrawBridgeContainer container,
net.minecraft.entity.player.PlayerInventory playerInventory,
net.minecraft.util.text.ITextComponent title) |
Modifier and Type | Method and Description |
---|---|
void |
drawGuiContainerForegroundLayer(int mouseX,
int mouseY) |
protected void |
init() |
boolean |
mouseReleased(double mouseX,
double mouseY,
int mouseButton) |
void |
render(int mouseX,
int mouseY,
float partialTicks) |
void |
tick() |
drawGuiContainerBackgroundLayer, setBackground
func_195363_d, getContainer, getGuiLeft, getGuiTop, getSlotColor, getSlotUnderMouse, getXSize, getYSize, handleMouseClick, hasClickedOutside, isPauseScreen, isPointInRegion, keyPressed, mouseClicked, mouseDragged, removed, renderHoveredToolTip, shouldCloseOnEsc
addButton, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onClose, renderBackground, renderBackground, renderComponentHoverEffect, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setSize, wrapScreenError
getFocused, isDragging, setDragging, setFocused
blit, blit, blit, blit, blit, drawCenteredString, drawRightAlignedString, drawString, fill, fill, fillGradient, getBlitOffset, hLine, innerBlit, setBlitOffset, vLine
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DrawBridgeScreen(DrawBridgeContainer container, net.minecraft.entity.player.PlayerInventory playerInventory, net.minecraft.util.text.ITextComponent title)
protected void init()
init
in class net.minecraft.client.gui.screen.inventory.ContainerScreen<DrawBridgeContainer>
public void render(int mouseX, int mouseY, float partialTicks)
render
in interface net.minecraft.client.gui.IRenderable
render
in class net.minecraft.client.gui.screen.inventory.ContainerScreen<DrawBridgeContainer>
public void drawGuiContainerForegroundLayer(int mouseX, int mouseY)
drawGuiContainerForegroundLayer
in class net.minecraft.client.gui.screen.inventory.ContainerScreen<DrawBridgeContainer>
public boolean mouseReleased(double mouseX, double mouseY, int mouseButton)
mouseReleased
in interface net.minecraft.client.gui.IGuiEventListener
mouseReleased
in interface net.minecraft.client.gui.INestedGuiEventHandler
mouseReleased
in class net.minecraft.client.gui.screen.inventory.ContainerScreen<DrawBridgeContainer>
public void tick()
tick
in class info.u_team.u_team_core.gui.UContainerScreen<DrawBridgeContainer>