Class HorseScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.class_4121
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen
net.minecraft.client.gui.screen.ingame.HorseScreen
- All Implemented Interfaces:
class_4122,class_4123,IdentifibleBooleanConsumer
- Mappings:
Namespace Name official clointermediary net/minecraft/class_1602named net/minecraft/client/gui/screen/ingame/HorseScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Inventoryprivate final Inventoryprivate final class_3136private floatprivate floatprivate static final IdentifierFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
backgroundHeight, backgroundWidth, cursorDragSlots, focusedSlot, INVENTORY_TEXTURE, isCursorDragging, screenHandler, x, yFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, field_20307, field_20308, height, labels, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
ConstructorsConstructorDescriptionHorseScreen(Inventory inventory, Inventory inventory2, class_3136 class_3136) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(float delta, int mouseX, int mouseY) protected voiddrawForeground(int mouseX, int mouseY) voidrender(int mouseX, int mouseY, float tickDelta) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
init, keyPressed, method_1131, method_1134, method_14548, method_14549, method_18607, method_4261, mouseClicked, mouseDragged, mouseReleased, removed, shouldPauseGame, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
confirmResult, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, method_13411, method_14502, method_18423, method_18605, method_18608, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessageMethods inherited from class net.minecraft.class_4121
getFocused, method_18421, method_18424, method_18425, method_18426Methods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradientMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.class_4122
method_18427, method_18428Methods inherited from interface net.minecraft.class_4123
charTyped, keyReleased, mouseScrolled
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official wLclo;w:Lpc;intermediary field_6314Lnet/minecraft/class_1602;field_6314:Lnet/minecraft/class_1653;named TEXTURELnet/minecraft/client/gui/screen/ingame/HorseScreen;TEXTURE:Lnet/minecraft/util/Identifier;
-
armorInventory
- Mappings:
Namespace Name Mixin selector official xLclo;x:Lade;intermediary field_6315Lnet/minecraft/class_1602;field_6315:Lnet/minecraft/class_849;named armorInventoryLnet/minecraft/client/gui/screen/ingame/HorseScreen;armorInventory:Lnet/minecraft/inventory/Inventory;
-
chestInventory
- Mappings:
Namespace Name Mixin selector official yLclo;y:Lade;intermediary field_6316Lnet/minecraft/class_1602;field_6316:Lnet/minecraft/class_849;named chestInventoryLnet/minecraft/client/gui/screen/ingame/HorseScreen;chestInventory:Lnet/minecraft/inventory/Inventory;
-
field_15252
- Mappings:
Namespace Name Mixin selector official zLclo;z:Lako;intermediary field_15252Lnet/minecraft/class_1602;field_15252:Lnet/minecraft/class_3136;named field_15252Lnet/minecraft/client/gui/screen/ingame/HorseScreen;field_15252:Lnet/minecraft/class_3136;
-
mouseX
private float mouseX- Mappings:
Namespace Name Mixin selector official ALclo;A:Fintermediary field_6318Lnet/minecraft/class_1602;field_6318:Fnamed mouseXLnet/minecraft/client/gui/screen/ingame/HorseScreen;mouseX:F
-
mouseY
private float mouseY- Mappings:
Namespace Name Mixin selector official BLclo;B:Fintermediary field_6319Lnet/minecraft/class_1602;field_6319:Fnamed mouseYLnet/minecraft/client/gui/screen/ingame/HorseScreen;mouseY:F
-
-
Constructor Details
-
HorseScreen
-
-
Method Details
-
drawForeground
protected void drawForeground(int mouseX, int mouseY) - Overrides:
drawForegroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official cLcky;c(II)Vintermediary method_4262Lnet/minecraft/class_409;method_4262(II)Vnamed drawForegroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawForeground(II)V
-
drawBackground
protected void drawBackground(float delta, int mouseX, int mouseY) - Specified by:
drawBackgroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official aLcky;a(FII)Vintermediary method_1127Lnet/minecraft/class_409;method_1127(FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
-
render
public void render(int mouseX, int mouseY, float tickDelta) - Overrides:
renderin classHandledScreen- Mappings:
Namespace Name Mixin selector official aLckd;a(IIF)Vintermediary method_1025Lnet/minecraft/class_388;method_1025(IIF)Vnamed renderLnet/minecraft/client/gui/screen/Screen;render(IIF)V
-