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
- Mappings:
Namespace Name official bdyintermediary 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
field_22533, field_22534, field_22535, field_22536, field_22537, field_22538, field_22539, field_22540Fields inherited from class net.minecraft.client.gui.DrawableHelper
field_22503, field_22504, field_22505, field_22506 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(float delta, int mouseX, int mouseY) protected voiddrawForeground(int mouseX, int mouseY) voidmethod_21925(int int2, int int3, float float2) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
handleHotbarKeyPressed, isPointWithinBounds, method_21924, method_21926, method_21927, method_21933, method_21935, method_21936, method_21940, method_21947, onMouseClickMethods inherited from class net.minecraft.client.gui.screen.Screen
method_21928, method_21929, method_21930, method_21931, method_21932, method_21934, method_21937, method_21938, method_21939, method_21941, method_21942, method_21943, method_21944, method_21945, method_21946, method_22355Methods inherited from class net.minecraft.client.gui.DrawableHelper
method_21875, method_21877, method_21878, method_21879, method_21880, method_21881, method_21882, method_21883, method_21884
-
Field Details
-
TEXTURE
- Mappings:
Namespace Name Mixin selector official uLbdy;u:Lbqm;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 vLbdy;v:Lpn;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 wLbdy;w:Lpn;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 xLbdy;x:Lut;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 yLbdy;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 zLbdy;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>Lbdy;<init>(Lpn;Lpn;Lut;)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 bLbdc;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 aLbdc;a(FII)Vintermediary method_1127Lnet/minecraft/class_409;method_1127(FII)Vnamed drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(FII)V
-
method_21925
public void method_21925(int int2, int int3, float float2) - Overrides:
method_21925in classHandledScreen- Mappings:
Namespace Name Mixin selector official aLbcc;a(IIF)Vintermediary method_21925Lnet/minecraft/class_388;method_21925(IIF)Vnamed method_21925Lnet/minecraft/client/gui/screen/Screen;method_21925(IIF)V
-