java.lang.Object
net.minecraft.client.gui.components.ObjectSelectionList.Entry<VFPListEntry>
com.viaversion.viafabricplus.screen.VFPListEntry
com.viaversion.viafabricplus.screen.impl.settings.TitleEntry
Alle implementierten Schnittstellen:
net.minecraft.client.gui.components.events.GuiEventListener, net.minecraft.client.gui.components.TabOrderedElement, net.minecraft.client.gui.layouts.LayoutElement, net.minecraft.client.gui.narration.NarrationSupplier

public final class TitleEntry extends VFPListEntry
  • Feldübersicht

    Von Klasse geerbte Felder com.viaversion.viafabricplus.screen.VFPListEntry

    SCISSORS_OFFSET, SLOT_MARGIN
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    TitleEntry(net.minecraft.network.chat.Component name)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    net.minecraft.network.chat.Component
     
    void
    mappedRender(net.minecraft.client.gui.GuiGraphics context, int x, int y, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta)
     
    void
    renderContent(net.minecraft.client.gui.GuiGraphics context, int mouseX, int mouseY, boolean hovered, float deltaTicks)
    Automatically draws a background for the slot with the slot's dimension and calls the VFPListEntry.mappedRender(GuiGraphics, int, int, int, int, int, int, boolean, float) method

    Von Klasse geerbte Methoden com.viaversion.viafabricplus.screen.VFPListEntry

    mappedMouseClicked, mouseClicked, renderScrollableText, renderScrollableText, renderTooltip

    Von Klasse geerbte Methoden net.minecraft.client.gui.components.ObjectSelectionList.Entry

    updateNarration

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Von Schnittstelle geerbte Methoden net.minecraft.client.gui.components.events.GuiEventListener

    charTyped, getBorderForArrowNavigation, getCurrentFocusPath, keyPressed, keyReleased, mouseDragged, mouseMoved, mouseReleased, mouseScrolled, nextFocusPath, shouldTakeFocusAfterInteraction

    Von Schnittstelle geerbte Methoden net.minecraft.client.gui.layouts.LayoutElement

    setPosition

    Von Schnittstelle geerbte Methoden net.minecraft.client.gui.components.TabOrderedElement

    getTabOrderGroup
  • Konstruktordetails

    • TitleEntry

      public TitleEntry(net.minecraft.network.chat.Component name)
  • Methodendetails

    • getNarration

      public net.minecraft.network.chat.Component getNarration()
      Angegeben von:
      getNarration in Klasse net.minecraft.client.gui.components.ObjectSelectionList.Entry<VFPListEntry>
    • renderContent

      public void renderContent(net.minecraft.client.gui.GuiGraphics context, int mouseX, int mouseY, boolean hovered, float deltaTicks)
      Beschreibung aus Klasse kopiert: VFPListEntry
      Automatically draws a background for the slot with the slot's dimension and calls the VFPListEntry.mappedRender(GuiGraphics, int, int, int, int, int, int, boolean, float) method
      Setzt außer Kraft:
      renderContent in Klasse VFPListEntry
    • mappedRender

      public void mappedRender(net.minecraft.client.gui.GuiGraphics context, int x, int y, int entryWidth, int entryHeight, int mouseX, int mouseY, boolean hovered, float tickDelta)
      Setzt außer Kraft:
      mappedRender in Klasse VFPListEntry