Class ExtendedList<E extends AbstractList.AbstractListEntry<E>>

All Implemented Interfaces:
IGuiEventListener, INestedGuiEventHandler, IRenderable
Direct Known Subclasses:
CreateBuffetWorldScreen.BiomeList, CreateFlatWorldScreen.DetailsList, FlatPresetsScreen.SlotList, LanguageScreen.List, LoadingErrorScreen.LoadingEntryList, ModListWidget, RealmsBackupInfoScreen.BackupInfoList, RealmsObjectSelectionList, ResourcePackList, ServerSelectionList, StatsScreen.CustomStatsList, StatsScreen.MobStatsList, StatsScreen.StatsList, WorldSelectionList

public abstract class ExtendedList<E extends AbstractList.AbstractListEntry<E>> extends AbstractList<E>
  • Field Details

    • inFocus

      private boolean inFocus
  • Constructor Details

    • ExtendedList

      public ExtendedList(Minecraft p_i45010_1_, int p_i45010_2_, int p_i45010_3_, int p_i45010_4_, int p_i45010_5_, int p_i45010_6_)
  • Method Details

    • changeFocus

      public boolean changeFocus(boolean p_231049_1_)