MixinCreativePlayerInventoryGui

public abstract class MixinCreativePlayerInventoryGui extends AbstractInventoryScreen implements CreativeGuiExtensions

Constructors

MixinCreativePlayerInventoryGui
Link copied to clipboard
void MixinCreativePlayerInventoryGui(ScreenHandler container_1, PlayerInventory playerInventory_1, Text textComponent_1)

Functions

applyKeyPressNarratorDelay
Link copied to clipboard
void applyKeyPressNarratorDelay()
applyMouseMoveNarratorDelay
Link copied to clipboard
void applyMouseMoveNarratorDelay()
applyMousePressScrollNarratorDelay
Link copied to clipboard
void applyMousePressScrollNarratorDelay()
applyNarratorModeChangeDelay
Link copied to clipboard
void applyNarratorModeChangeDelay()
changeFocus
Link copied to clipboard
boolean changeFocus(boolean lookForwards)
charTyped
Link copied to clipboard
boolean charTyped(char chr, int modifiers)
children
Link copied to clipboard
List<? extends Elementchildren()
drawCenteredText
Link copied to clipboard
static void drawCenteredText(MatrixStack matrices, TextRenderer textRenderer, String text, int centerX, int y, int color)
drawCenteredTextWithShadow
Link copied to clipboard
static void drawCenteredTextWithShadow(MatrixStack matrices, TextRenderer textRenderer, OrderedText text, int centerX, int y, int color)
drawSprite
Link copied to clipboard
static void drawSprite(MatrixStack matrices, int x, int y, int z, int width, int height, Sprite sprite)
drawStringWithShadow
Link copied to clipboard
static void drawStringWithShadow(MatrixStack matrices, TextRenderer textRenderer, String text, int x, int y, int color)
drawTexture
Link copied to clipboard
void drawTexture(MatrixStack matrices, int x, int y, int u, int v, int width, int height)
drawTextWithShadow
Link copied to clipboard
static void drawTextWithShadow(MatrixStack matrices, TextRenderer textRenderer, Text text, int x, int y, int color)
drawWithOutline
Link copied to clipboard
void drawWithOutline(int x, int y, BiConsumer<Integer, Integer> renderAction)
drawWithShadow
Link copied to clipboard
static void drawWithShadow(MatrixStack matrices, TextRenderer textHandler, OrderedText text, int x, int y, int color)
fabric_currentPage
Link copied to clipboard
int fabric_currentPage()
fabric_isButtonEnabled
Link copied to clipboard
boolean fabric_isButtonEnabled(FabricCreativeGuiComponents.Type type)
fabric_isButtonVisible
Link copied to clipboard
boolean fabric_isButtonVisible(FabricCreativeGuiComponents.Type type)
fabric_nextPage
Link copied to clipboard
void fabric_nextPage()
fabric_previousPage
Link copied to clipboard
void fabric_previousPage()
filesDragged
Link copied to clipboard
void filesDragged(List<Path> paths)
fill
Link copied to clipboard
static void fill(MatrixStack matrices, int x1, int y1, int x2, int y2, int color)
findSelectedElementData
Link copied to clipboard
static Screen.SelectedElementNarrationData findSelectedElementData(List<? extends Selectable> selectables, Selectable selectable)
focusOn
Link copied to clipboard
void focusOn(Element element)
getFocused
Link copied to clipboard
Element getFocused()
getNarratedTitle
Link copied to clipboard
Text getNarratedTitle()
getScreenHandler
Link copied to clipboard
T getScreenHandler()
getSelectedTab
Link copied to clipboard
abstract int getSelectedTab()
getTitle
Link copied to clipboard
Text getTitle()
getTooltipFromItem
Link copied to clipboard
List<TextgetTooltipFromItem(ItemStack stack)
getZOffset
Link copied to clipboard
int getZOffset()
handleTextClick
Link copied to clipboard
boolean handleTextClick(Style style)
hasAltDown
Link copied to clipboard
static boolean hasAltDown()
hasControlDown
Link copied to clipboard
static boolean hasControlDown()
hasShiftDown
Link copied to clipboard
static boolean hasShiftDown()
hoveredElement
Link copied to clipboard
Optional<ElementhoveredElement(double mouseX, double mouseY)
isCopy
Link copied to clipboard
static boolean isCopy(int code)
isCut
Link copied to clipboard
static boolean isCut(int code)
isDragging
Link copied to clipboard
final boolean isDragging()
isMouseOver
Link copied to clipboard
boolean isMouseOver(double mouseX, double mouseY)
isPaste
Link copied to clipboard
static boolean isPaste(int code)
isPauseScreen
Link copied to clipboard
boolean isPauseScreen()
isSelectAll
Link copied to clipboard
static boolean isSelectAll(int code)
keyPressed
Link copied to clipboard
boolean keyPressed(int keyCode, int scanCode, int modifiers)
keyReleased
Link copied to clipboard
boolean keyReleased(int keyCode, int scanCode, int modifiers)
method_33285
Link copied to clipboard
static void method_33285(MatrixStack matrices, int x, int y, int color)
mouseClicked
Link copied to clipboard
boolean mouseClicked(double mouseX, double mouseY, int button)
mouseDragged
Link copied to clipboard
boolean mouseDragged(double mouseX, double mouseY, int button, double deltaX, double deltaY)
mouseMoved
Link copied to clipboard
void mouseMoved(double mouseX, double mouseY)
mouseReleased
Link copied to clipboard
boolean mouseReleased(double mouseX, double mouseY, int button)
mouseScrolled
Link copied to clipboard
boolean mouseScrolled(double mouseX, double mouseY, double amount)
onClose
Link copied to clipboard
void onClose()
removed
Link copied to clipboard
void removed()
render
Link copied to clipboard
void render(MatrixStack matrices, int mouseX, int mouseY, float delta)
renderBackground
Link copied to clipboard
void renderBackground(MatrixStack matrices)
renderBackgroundTexture
Link copied to clipboard
void renderBackgroundTexture(int vOffset)
renderOrderedTooltip
Link copied to clipboard
void renderOrderedTooltip(MatrixStack matrices, List<? extends OrderedText> lines, int x, int y)
resize
Link copied to clipboard
void resize(MinecraftClient client, int width, int height)
sendMessage
Link copied to clipboard
void sendMessage(String message)
setDragging
Link copied to clipboard
final void setDragging(boolean dragging)
setFocused
Link copied to clipboard
void setFocused(Element focused)
setInitialFocus
Link copied to clipboard
void setInitialFocus(Element element)
setZOffset
Link copied to clipboard
void setZOffset(int zOffset)
shouldCloseOnEsc
Link copied to clipboard
boolean shouldCloseOnEsc()
tick
Link copied to clipboard
void tick()
updateNarrator
Link copied to clipboard
void updateNarrator()
wrapScreenError
Link copied to clipboard
static void wrapScreenError(Runnable task, String errorTitle, String screenName)

Sources

jvm source
Link copied to clipboard