public class ScreenWrapper1_16_5
extends net.minecraft.client.gui.screens.Screen
implements mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped<mods.thecomputerizer.theimpossiblelibrary.api.client.gui.ScreenAPI>
buttons, children, font, height, itemRenderer, minecraft, passEvents, title, widthBACKGROUND_LOCATION, GUI_ICONS_LOCATION, STATS_ICON_LOCATIONBOOLEAN_VALUES, FABRIC, FORGE, FORGE_OR_NEOFORGE, GAME_VERSION, JAVA_17, JAVA_21, JAVA_8, JAVA_MODULES, JAVA_VERSION, JAVA_VERSION_ASM, LEGACY, MOD_LOADER, NAMED_ENV, NEOFORGE, SRG_ENV, V12, V16, V16_OR_EARLIER, V16_OR_LATER, V18, V18_OR_EARLIER, V18_OR_LATER, V19, V19_2_OR_EARLIER, V19_4_OR_LATER, V19_OR_EARLIER, V19_OR_LATER, V20, V20_4_OR_EARLIER, V20_6_OR_LATER, V20_OR_EARLIER, V20_OR_LATER, V21, V21_OR_LATER| Constructor and Description |
|---|
ScreenWrapper1_16_5(mods.thecomputerizer.theimpossiblelibrary.api.client.gui.ScreenAPI wrapped) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
charTyped(char c,
int mods) |
mods.thecomputerizer.theimpossiblelibrary.api.client.gui.ScreenAPI |
getWrapped() |
void |
init() |
boolean |
isPauseScreen() |
boolean |
keyPressed(int keyCode,
int scanCode,
int mod) |
protected net.minecraft.client.Minecraft |
minecraft() |
boolean |
mouseClicked(double mouseX,
double mouseY,
int mouseButton) |
boolean |
mouseScrolled(double mouseX,
double mouseY,
double delta) |
void |
onClose() |
void |
removed() |
void |
render(@NotNull com.mojang.blaze3d.vertex.PoseStack matrix,
int mouseX,
int mouseY,
float partialTicks) |
void |
resize(@NotNull net.minecraft.client.Minecraft mc,
int width,
int height) |
void |
tick() |
addButton, addWidget, children, getNarrationMessage, getTitle, getTooltipFromItem, handleComponentClicked, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onFilesDrop, renderBackground, renderBackground, renderComponentHoverEffect, renderComponentTooltip, renderDirtBackground, renderTooltip, renderTooltip, renderTooltip, sendMessage, sendMessage, shouldCloseOnEsc, 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, waitgetIfNotNull, getIfNotNullOrDefault, getIfNotNullOrDefault, getWrappedClass, isNull, isNullGetter, notNull, notNullGetter, supplyIfNull, unwrap, wrapIfNotNull, wrapIfNotNullOrDefault, wrapIfNotNullOrDefaultpublic ScreenWrapper1_16_5(mods.thecomputerizer.theimpossiblelibrary.api.client.gui.ScreenAPI wrapped)
public boolean charTyped(char c,
int mods)
charTyped in interface net.minecraft.client.gui.components.events.ContainerEventHandlercharTyped in interface net.minecraft.client.gui.components.events.GuiEventListenerpublic mods.thecomputerizer.theimpossiblelibrary.api.client.gui.ScreenAPI getWrapped()
getWrapped in interface mods.thecomputerizer.theimpossiblelibrary.api.wrappers.Wrapped<mods.thecomputerizer.theimpossiblelibrary.api.client.gui.ScreenAPI>public void init()
init in class net.minecraft.client.gui.screens.Screenpublic boolean isPauseScreen()
isPauseScreen in class net.minecraft.client.gui.screens.Screenpublic boolean keyPressed(int keyCode,
int scanCode,
int mod)
keyPressed in interface net.minecraft.client.gui.components.events.ContainerEventHandlerkeyPressed in interface net.minecraft.client.gui.components.events.GuiEventListenerkeyPressed in class net.minecraft.client.gui.screens.Screenprotected net.minecraft.client.Minecraft minecraft()
public boolean mouseClicked(double mouseX,
double mouseY,
int mouseButton)
mouseClicked in interface net.minecraft.client.gui.components.events.ContainerEventHandlermouseClicked in interface net.minecraft.client.gui.components.events.GuiEventListenerpublic boolean mouseScrolled(double mouseX,
double mouseY,
double delta)
mouseScrolled in interface net.minecraft.client.gui.components.events.ContainerEventHandlermouseScrolled in interface net.minecraft.client.gui.components.events.GuiEventListenerpublic void onClose()
onClose in class net.minecraft.client.gui.screens.Screenpublic void removed()
removed in class net.minecraft.client.gui.screens.Screenpublic void render(@NotNull
@NotNull com.mojang.blaze3d.vertex.PoseStack matrix,
int mouseX,
int mouseY,
float partialTicks)
render in interface net.minecraft.client.gui.components.Widgetrender in class net.minecraft.client.gui.screens.Screenpublic void resize(@NotNull
@NotNull net.minecraft.client.Minecraft mc,
int width,
int height)
resize in class net.minecraft.client.gui.screens.Screenpublic void tick()
tick in interface net.minecraft.client.gui.components.TickableWidgettick in class net.minecraft.client.gui.screens.Screen