Class HorseScreen
java.lang.Object
net.minecraft.client.gui.DrawableHelper
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen
net.minecraft.client.gui.screen.ingame.HorseScreen
- All Implemented Interfaces:
IdentifibleBooleanConsumer
- Mappings:
Namespace Name official bghintermediary net/minecraft/class_1602named net/minecraft/client/gui/screen/ingame/HorseScreen
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Inventoryprivate Inventoryprivate HorseBaseEntityprivate floatprivate floatprivate static final IdentifierFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
backgroundHeight, backgroundWidth, cursorDragSlots, INVENTORY_TEXTURE, isCursorDragging, screenHandler, x, yFields inherited from class net.minecraft.client.gui.screen.Screen
buttons, client, height, itemRenderer, labels, passEvents, textRenderer, widthFields inherited from class net.minecraft.client.gui.DrawableHelper
GUI_ICONS_TEXTURE, OPTIONS_BACKGROUND_TEXTURE, STATS_ICON_TEXTURE, zOffset -
Constructor Summary
Constructors -
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
handleHotbarKeyPressed, init, isPointWithinBounds, keyPressed, method_1131, mouseClicked, mouseDragged, mouseReleased, removed, shouldPauseGame, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
buttonClicked, confirmResult, getClipboard, handleInput, handleKeyboard, handleMouse, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isPaste, isSelectAll, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, setClipboard, setScreenBoundsMethods inherited from class net.minecraft.client.gui.DrawableHelper
drawCenteredString, drawHorizontalLine, drawSprite, drawTexture, drawTexture, drawTexture, drawTexture, drawVerticalLine, drawWithShadow, fill, fillGradient
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official uLbgh;u:Lkl;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 vLbgh;v:Lqg;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 wLbgh;w:Lqg;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;
-
entity
- Mappings:
Namespace Name Mixin selector official xLbgh;x:Lwk;intermediary field_6317Lnet/minecraft/class_1602;field_6317:Lnet/minecraft/class_1712;named entityLnet/minecraft/client/gui/screen/ingame/HorseScreen;entity:Lnet/minecraft/entity/passive/HorseBaseEntity;
-
mouseX
private float mouseX- Mappings:
Namespace Name Mixin selector official yLbgh;y: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 zLbgh;z:Fintermediary field_6319Lnet/minecraft/class_1602;field_6319:Fnamed mouseYLnet/minecraft/client/gui/screen/ingame/HorseScreen;mouseY:F
-
-
Constructor Details
-
HorseScreen
- Mappings:
Namespace Name Mixin selector official <init>Lbgh;<init>(Lqg;Lqg;Lwk;)Vintermediary <init>Lnet/minecraft/class_1602;<init>(Lnet/minecraft/class_849;Lnet/minecraft/class_849;Lnet/minecraft/class_1712;)Vnamed <init>Lnet/minecraft/client/gui/screen/ingame/HorseScreen;<init>(Lnet/minecraft/inventory/Inventory;Lnet/minecraft/inventory/Inventory;Lnet/minecraft/entity/passive/HorseBaseEntity;)V
-
-
Method Details
-
drawForeground
protected void drawForeground(int mouseX, int mouseY) - Overrides:
drawForegroundin classHandledScreen- Mappings:
Namespace Name Mixin selector official bLbfr;b(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 aLbfr;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 aLbez;a(IIF)Vintermediary method_1025Lnet/minecraft/class_388;method_1025(IIF)Vnamed renderLnet/minecraft/client/gui/screen/Screen;render(IIF)V
-