Class LanServerQueryManager.LanServerEntryList

java.lang.Object
net.minecraft.client.network.LanServerQueryManager.LanServerEntryList
Enclosing class:
LanServerQueryManager

@Environment(CLIENT) public static class LanServerQueryManager.LanServerEntryList extends Object
Mappings:
Namespace Name
official fsg$b
intermediary net/minecraft/class_1134$class_1136
named net/minecraft/client/network/LanServerQueryManager$LanServerEntryList
  • Field Details

    • serverEntries

      private final List<LanServerInfo> serverEntries
      Mappings:
      Namespace Name Mixin selector
      official a Lfsg$b;a:Ljava/util/List;
      intermediary field_5536 Lnet/minecraft/class_1134$class_1136;field_5536:Ljava/util/List;
      named serverEntries Lnet/minecraft/client/network/LanServerQueryManager$LanServerEntryList;serverEntries:Ljava/util/List;
    • dirty

      private boolean dirty
      Mappings:
      Namespace Name Mixin selector
      official b Lfsg$b;b:Z
      intermediary field_5537 Lnet/minecraft/class_1134$class_1136;field_5537:Z
      named dirty Lnet/minecraft/client/network/LanServerQueryManager$LanServerEntryList;dirty:Z
  • Constructor Details

    • LanServerEntryList

      public LanServerEntryList()
  • Method Details

    • getEntriesIfUpdated

      @Nullable public @Nullable List<LanServerInfo> getEntriesIfUpdated()
      Mappings:
      Namespace Name Mixin selector
      official a Lfsg$b;a()Ljava/util/List;
      intermediary method_45912 Lnet/minecraft/class_1134$class_1136;method_45912()Ljava/util/List;
      named getEntriesIfUpdated Lnet/minecraft/client/network/LanServerQueryManager$LanServerEntryList;getEntriesIfUpdated()Ljava/util/List;
    • addServer

      public void addServer(String announcement, InetAddress address)
      Mappings:
      Namespace Name Mixin selector
      official a Lfsg$b;a(Ljava/lang/String;Ljava/net/InetAddress;)V
      intermediary method_4824 Lnet/minecraft/class_1134$class_1136;method_4824(Ljava/lang/String;Ljava/net/InetAddress;)V
      named addServer Lnet/minecraft/client/network/LanServerQueryManager$LanServerEntryList;addServer(Ljava/lang/String;Ljava/net/InetAddress;)V