public class RadialToolboxMenu extends AbstractSimiScreen
| Modifier and Type | Class and Description |
|---|---|
static class |
RadialToolboxMenu.State |
guiLeft, guiTop, widgets, windowHeight, windowWidth, windowXOffset, windowYOffset| Constructor and Description |
|---|
RadialToolboxMenu(java.util.List<ToolboxTileEntity> toolboxes,
RadialToolboxMenu.State state,
ToolboxTileEntity selectedBox) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
keyPressed(int code,
int p_keyPressed_2_,
int p_keyPressed_3_) |
boolean |
keyReleased(int code,
int p_keyPressed_2_,
int p_keyPressed_3_) |
boolean |
mouseClicked(double x,
double y,
int button) |
boolean |
mouseScrolled(double mouseX,
double mouseY,
double delta) |
void |
prevSlot(int slot) |
void |
removed() |
void |
renderBackground(com.mojang.blaze3d.matrix.MatrixStack p_238651_1_,
int p_238651_2_) |
protected void |
renderWindow(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks) |
void |
tick() |
charTyped, debugWindowArea, endFrame, getWidgets, init, isPauseScreen, mouseReleased, prepareFrame, render, renderWindowBackground, renderWindowForeground, setWindowOffset, setWindowSize, shouldCloseOnEscaddButton, addWidget, children, getMinecraft, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onClose, onFilesDrop, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, renderToolTip, renderWrappedToolTip, resize, sendMessage, sendMessage, wrapScreenErrorgetFocused, isDragging, setDragging, setFocusedblit, blit, blit, blit, blit, blitOutlineBlack, drawCenteredString, drawCenteredString, drawString, drawString, fill, fillGradient, fillGradient, getBlitOffset, hLine, setBlitOffset, vLineclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic RadialToolboxMenu(java.util.List<ToolboxTileEntity> toolboxes, RadialToolboxMenu.State state, @Nullable ToolboxTileEntity selectedBox)
public void prevSlot(int slot)
protected void renderWindow(com.mojang.blaze3d.matrix.MatrixStack ms,
int mouseX,
int mouseY,
float partialTicks)
renderWindow in class AbstractSimiScreenpublic void renderBackground(com.mojang.blaze3d.matrix.MatrixStack p_238651_1_,
int p_238651_2_)
renderBackground in class net.minecraft.client.gui.screen.Screenpublic void tick()
tick in interface net.minecraft.client.gui.screen.IScreentick in class AbstractSimiScreenpublic void removed()
removed in class net.minecraft.client.gui.screen.Screenpublic boolean mouseScrolled(double mouseX,
double mouseY,
double delta)
mouseScrolled in interface net.minecraft.client.gui.IGuiEventListenermouseScrolled in interface net.minecraft.client.gui.INestedGuiEventHandlermouseScrolled in class AbstractSimiScreenpublic boolean mouseClicked(double x,
double y,
int button)
mouseClicked in interface net.minecraft.client.gui.IGuiEventListenermouseClicked in interface net.minecraft.client.gui.INestedGuiEventHandlermouseClicked in class AbstractSimiScreenpublic boolean keyPressed(int code,
int p_keyPressed_2_,
int p_keyPressed_3_)
keyPressed in interface net.minecraft.client.gui.IGuiEventListenerkeyPressed in interface net.minecraft.client.gui.INestedGuiEventHandlerkeyPressed in class AbstractSimiScreenpublic boolean keyReleased(int code,
int p_keyPressed_2_,
int p_keyPressed_3_)