@Environment(value=CLIENT) public class HorseScreen extends HandledScreen<HorseScreenHandler>
Modifier and Type | Field and Description |
---|---|
private HorseBaseEntity |
entity |
private float |
mouseX |
private float |
mouseY |
private static Identifier |
TEXTURE |
BACKGROUND_TEXTURE, backgroundHeight, backgroundWidth, cursorDragSlots, focusedSlot, handler, isCursorDragging, playerInventory, x, y
buttons, children, client, height, itemRenderer, passEvents, textRenderer, title, width
GUI_ICONS_TEXTURE, STATS_ICON_TEXTURE
Constructor and Description |
---|
HorseScreen(HorseScreenHandler handler,
PlayerInventory inventory,
HorseBaseEntity entity) |
Modifier and Type | Method and Description |
---|---|
protected void |
drawBackground(float delta,
int mouseX,
int mouseY) |
protected void |
drawForeground(int mouseX,
int mouseY) |
void |
render(int mouseX,
int mouseY,
float delta) |
drawMouseoverTooltip, getScreenHandler, handleHotbarKeyPressed, init, isClickOutsideBounds, isPauseScreen, isPointWithinBounds, keyPressed, mouseClicked, mouseDragged, mouseReleased, onMouseClick, removed, shouldCloseOnEsc, tick
addButton, addChild, children, getNarrationMessage, getTitle, getTooltipFromItem, handleTextClick, hasAltDown, hasControlDown, hasShiftDown, init, insertText, isCopy, isCut, isMouseOver, isPaste, isSelectAll, isValidCharacterForName, onClose, renderBackground, renderBackground, renderDirtBackground, renderTextHoverEffect, renderTooltip, renderTooltip, renderTooltip, resize, sendMessage, sendMessage, wrapScreenError
getFocused, isDragging, setDragging, setFocused
drawCenteredString, drawHorizontalLine, drawSprite, drawString, drawTexture, drawTexture, drawTexture, drawTexture, drawTexturedQuad, drawVerticalLine, fill, fill, fillGradient, getZOffset, setZOffset
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
changeFocus, charTyped, focusOn, hoveredElement, keyReleased, mouseScrolled, setInitialFocus
mouseMoved
private static final Identifier TEXTURE
private final HorseBaseEntity entity
private float mouseX
private float mouseY
public HorseScreen(HorseScreenHandler handler, PlayerInventory inventory, HorseBaseEntity entity)
protected void drawForeground(int mouseX, int mouseY)
drawForeground
in class HandledScreen<HorseScreenHandler>
protected void drawBackground(float delta, int mouseX, int mouseY)
drawBackground
in class HandledScreen<HorseScreenHandler>
public void render(int mouseX, int mouseY, float delta)
render
in interface Drawable
render
in class HandledScreen<HorseScreenHandler>