Interface TDropdownWidget.Entry

All Known Subinterfaces:
TFileChooserScreen.PathFilter
All Known Implementing Classes:
TDropdownWidget.SimpleEntry
Enclosing class:
TDropdownWidget<E extends TDropdownWidget.Entry>

public static interface TDropdownWidget.Entry
An entry in a given TDropdownWidget. Contains information on the entry's display name and what should happen when clicked.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull net.minecraft.network.chat.Component
    The display name of the TDropdownWidget.Entry that is to be displayed on a given TDropdownWidget.
  • Method Details

    • getDisplayName

      @NotNull @NotNull net.minecraft.network.chat.Component getDisplayName()
      The display name of the TDropdownWidget.Entry that is to be displayed on a given TDropdownWidget.