Class HorseScreen
java.lang.Object
net.minecraft.client.gui.AbstractParentElement
net.minecraft.client.gui.screen.Screen
net.minecraft.client.gui.screen.ingame.HandledScreen<HorseScreenHandler>
net.minecraft.client.gui.screen.ingame.HorseScreen
- All Implemented Interfaces:
Drawable,Element,Navigable,ParentElement,ScreenHandlerProvider<HorseScreenHandler>
- Mappings:
Namespace Name named net/minecraft/client/gui/screen/ingame/HorseScreenintermediary net/minecraft/class_491official fvm
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.client.gui.screen.Screen
Screen.SelectedElementNarrationData -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Identifierprivate static final Identifierprivate final AbstractHorseEntityprivate static final Identifierprivate floatprivate floatprivate static final Identifierprivate final intprivate static final IdentifierFields inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
BACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragging, cursorDragSlots, field_32322, field_52802, field_52803, focusedSlot, handler, playerInventoryTitle, playerInventoryTitleX, playerInventoryTitleY, titleX, titleY, x, yFields inherited from class net.minecraft.client.gui.screen.Screen
client, executor, FOOTER_SEPARATOR_TEXTURE, HEADER_SEPARATOR_TEXTURE, height, INWORLD_FOOTER_SEPARATOR_TEXTURE, INWORLD_HEADER_SEPARATOR_TEXTURE, MENU_BACKGROUND_TEXTURE, narratorToggleButton, PANORAMA_RENDERER, ROTATING_PANORAMA_RENDERER, textRenderer, title, widthFields inherited from interface net.minecraft.client.gui.Element
MAX_DOUBLE_CLICK_INTERVAL -
Constructor Summary
ConstructorsConstructorDescriptionHorseScreen(HorseScreenHandler handler, PlayerInventory inventory, AbstractHorseEntity entity, int slotColumnCount) -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddrawBackground(DrawContext context, float delta, int mouseX, int mouseY) voidrender(DrawContext context, int mouseX, int mouseY, float delta) Methods inherited from class net.minecraft.client.gui.screen.ingame.HandledScreen
addTooltipSubmenuHandler, close, drawForeground, drawMouseoverTooltip, drawSlot, drawSlots, endTouchDrag, getScreenHandler, getTooltipFromItem, handledScreenTick, handleHotbarKeyPressed, init, isClickOutsideBounds, isPointWithinBounds, keyPressed, mouseClicked, mouseDragged, mouseReleased, mouseScrolled, onMouseClick, onMouseClick, onSlotChangedState, removed, renderBackground, shouldPause, tickMethods inherited from class net.minecraft.client.gui.screen.Screen
addCrashReportSection, addDrawable, addDrawableChild, addElementNarrations, addScreenNarrations, addSelectableChild, applyBlur, applyKeyPressNarratorDelay, applyMouseMoveNarratorDelay, applyMousePressScrollNarratorDelay, blur, children, clearAndInit, clearChildren, clearTooltip, filesDragged, findSelectedElementData, getMusic, getNarratedTitle, getNavigationFocus, getTextRenderer, getTitle, getTooltipFromItem, getUsageNarrationText, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, hasUsageText, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, narrateScreenIfNarrationEnabled, onDisplayed, refreshNarrator, refreshWidgetPositions, remove, renderBackgroundTexture, renderDarkening, renderDarkening, renderInGameBackground, renderPanoramaBackground, renderWithTooltip, resize, setInitialFocus, setInitialFocus, setTooltip, setTooltip, setTooltip, setTooltip, shouldCloseOnEsc, shouldHideStatusEffectHud, switchFocus, updateNarratorMethods inherited from class net.minecraft.client.gui.AbstractParentElement
getFocused, isDragging, setDragging, setFocusedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.client.gui.Element
mouseMovedMethods inherited from interface net.minecraft.client.gui.navigation.Navigable
getNavigationOrderMethods inherited from interface net.minecraft.client.gui.ParentElement
charTyped, getFocusedPath, getNavigationPath, hoveredElement, isFocused, keyReleased, setFocused
-
Field Details
-
CHEST_SLOTS_TEXTURE
- Mappings:
Namespace Name Mixin selector named CHEST_SLOTS_TEXTURELnet/minecraft/client/gui/screen/ingame/HorseScreen;CHEST_SLOTS_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_45473Lnet/minecraft/class_491;field_45473:Lnet/minecraft/class_2960;official GLfvm;G:Lalz;
-
SADDLE_SLOT_TEXTURE
- Mappings:
Namespace Name Mixin selector named SADDLE_SLOT_TEXTURELnet/minecraft/client/gui/screen/ingame/HorseScreen;SADDLE_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_45474Lnet/minecraft/class_491;field_45474:Lnet/minecraft/class_2960;official HLfvm;H:Lalz;
-
LLAMA_ARMOR_SLOT_TEXTURE
- Mappings:
Namespace Name Mixin selector named LLAMA_ARMOR_SLOT_TEXTURELnet/minecraft/client/gui/screen/ingame/HorseScreen;LLAMA_ARMOR_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_45475Lnet/minecraft/class_491;field_45475:Lnet/minecraft/class_2960;official ILfvm;I:Lalz;
-
ARMOR_SLOT_TEXTURE
- Mappings:
Namespace Name Mixin selector named ARMOR_SLOT_TEXTURELnet/minecraft/client/gui/screen/ingame/HorseScreen;ARMOR_SLOT_TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_45472Lnet/minecraft/class_491;field_45472:Lnet/minecraft/class_2960;official JLfvm;J:Lalz;
-
TEXTURE
- Mappings:
Namespace Name Mixin selector named TEXTURELnet/minecraft/client/gui/screen/ingame/HorseScreen;TEXTURE:Lnet/minecraft/util/Identifier;intermediary field_2937Lnet/minecraft/class_491;field_2937:Lnet/minecraft/class_2960;official KLfvm;K:Lalz;
-
entity
- Mappings:
Namespace Name Mixin selector named entityLnet/minecraft/client/gui/screen/ingame/HorseScreen;entity:Lnet/minecraft/entity/passive/AbstractHorseEntity;intermediary field_2941Lnet/minecraft/class_491;field_2941:Lnet/minecraft/class_1496;official LLfvm;L:Lcka;
-
slotColumnCount
private final int slotColumnCount- Mappings:
Namespace Name Mixin selector named slotColumnCountLnet/minecraft/client/gui/screen/ingame/HorseScreen;slotColumnCount:Iintermediary field_52253Lnet/minecraft/class_491;field_52253:Iofficial MLfvm;M:I
-
mouseX
private float mouseX- Mappings:
Namespace Name Mixin selector named mouseXLnet/minecraft/client/gui/screen/ingame/HorseScreen;mouseX:Fintermediary field_2939Lnet/minecraft/class_491;field_2939:Fofficial NLfvm;N:F
-
mouseY
private float mouseY- Mappings:
Namespace Name Mixin selector named mouseYLnet/minecraft/client/gui/screen/ingame/HorseScreen;mouseY:Fintermediary field_2938Lnet/minecraft/class_491;field_2938:Fofficial OLfvm;O:F
-
-
Constructor Details
-
HorseScreen
public HorseScreen(HorseScreenHandler handler, PlayerInventory inventory, AbstractHorseEntity entity, int slotColumnCount) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/client/gui/screen/ingame/HorseScreen;<init>(Lnet/minecraft/screen/HorseScreenHandler;Lnet/minecraft/entity/player/PlayerInventory;Lnet/minecraft/entity/passive/AbstractHorseEntity;I)Vintermediary <init>Lnet/minecraft/class_491;<init>(Lnet/minecraft/class_1724;Lnet/minecraft/class_1661;Lnet/minecraft/class_1496;I)Vofficial <init>Lfvm;<init>(Lcud;Lcpv;Lcka;I)V
-
-
Method Details
-
drawBackground
- Specified by:
drawBackgroundin classHandledScreen<HorseScreenHandler>- Mappings:
Namespace Name Mixin selector named drawBackgroundLnet/minecraft/client/gui/screen/ingame/HandledScreen;drawBackground(Lnet/minecraft/client/gui/DrawContext;FII)Vintermediary method_2389Lnet/minecraft/class_465;method_2389(Lnet/minecraft/class_332;FII)Vofficial aLfum;a(Lfnr;FII)V
-
render
- Specified by:
renderin interfaceDrawable- Overrides:
renderin classHandledScreen<HorseScreenHandler>- Mappings:
Namespace Name Mixin selector named renderLnet/minecraft/client/gui/Drawable;render(Lnet/minecraft/client/gui/DrawContext;IIF)Vintermediary method_25394Lnet/minecraft/class_4068;method_25394(Lnet/minecraft/class_332;IIF)Vofficial aLfpi;a(Lfnr;IIF)V
-