Class ServerMetadata

java.lang.Object
net.minecraft.server.ServerMetadata

public class ServerMetadata
extends Object
Represents metadata sent to the client. This describes the server's message of the day, online players and the protocol version.
Mappings:
Namespace Name
official vf
intermediary net/minecraft/class_2926
named net/minecraft/server/ServerMetadata
  • Field Details

    • description

      private Text description
      Mappings:
      Namespace Name Mixin selector
      official a Lvf;a:Loi;
      intermediary field_13284 Lnet/minecraft/class_2926;field_13284:Lnet/minecraft/class_2561;
      named description Lnet/minecraft/server/ServerMetadata;description:Lnet/minecraft/text/Text;
    • players

      private ServerMetadata.Players players
      Mappings:
      Namespace Name Mixin selector
      official b Lvf;b:Lvf$a;
      intermediary field_13285 Lnet/minecraft/class_2926;field_13285:Lnet/minecraft/class_2926$class_2927;
      named players Lnet/minecraft/server/ServerMetadata;players:Lnet/minecraft/server/ServerMetadata$Players;
    • version

      private ServerMetadata.Version version
      Mappings:
      Namespace Name Mixin selector
      official c Lvf;c:Lvf$c;
      intermediary field_13286 Lnet/minecraft/class_2926;field_13286:Lnet/minecraft/class_2926$class_2930;
      named version Lnet/minecraft/server/ServerMetadata;version:Lnet/minecraft/server/ServerMetadata$Version;
    • favicon

      private String favicon
      Mappings:
      Namespace Name Mixin selector
      official d Lvf;d:Ljava/lang/String;
      intermediary field_13283 Lnet/minecraft/class_2926;field_13283:Ljava/lang/String;
      named favicon Lnet/minecraft/server/ServerMetadata;favicon:Ljava/lang/String;
  • Constructor Details

    • ServerMetadata

      public ServerMetadata()
  • Method Details

    • getDescription

      public Text getDescription()
      Mappings:
      Namespace Name Mixin selector
      official a Lvf;a()Loi;
      intermediary method_12680 Lnet/minecraft/class_2926;method_12680()Lnet/minecraft/class_2561;
      named getDescription Lnet/minecraft/server/ServerMetadata;getDescription()Lnet/minecraft/text/Text;
    • setDescription

      public void setDescription​(Text description)
      Mappings:
      Namespace Name Mixin selector
      official a Lvf;a(Loi;)V
      intermediary method_12684 Lnet/minecraft/class_2926;method_12684(Lnet/minecraft/class_2561;)V
      named setDescription Lnet/minecraft/server/ServerMetadata;setDescription(Lnet/minecraft/text/Text;)V
    • getPlayers

      public ServerMetadata.Players getPlayers()
      Mappings:
      Namespace Name Mixin selector
      official b Lvf;b()Lvf$a;
      intermediary method_12682 Lnet/minecraft/class_2926;method_12682()Lnet/minecraft/class_2926$class_2927;
      named getPlayers Lnet/minecraft/server/ServerMetadata;getPlayers()Lnet/minecraft/server/ServerMetadata$Players;
    • setPlayers

      public void setPlayers​(ServerMetadata.Players players)
      Mappings:
      Namespace Name Mixin selector
      official a Lvf;a(Lvf$a;)V
      intermediary method_12681 Lnet/minecraft/class_2926;method_12681(Lnet/minecraft/class_2926$class_2927;)V
      named setPlayers Lnet/minecraft/server/ServerMetadata;setPlayers(Lnet/minecraft/server/ServerMetadata$Players;)V
    • getVersion

      public ServerMetadata.Version getVersion()
      Mappings:
      Namespace Name Mixin selector
      official c Lvf;c()Lvf$c;
      intermediary method_12683 Lnet/minecraft/class_2926;method_12683()Lnet/minecraft/class_2926$class_2930;
      named getVersion Lnet/minecraft/server/ServerMetadata;getVersion()Lnet/minecraft/server/ServerMetadata$Version;
    • setVersion

      public void setVersion​(ServerMetadata.Version version)
      Mappings:
      Namespace Name Mixin selector
      official a Lvf;a(Lvf$c;)V
      intermediary method_12679 Lnet/minecraft/class_2926;method_12679(Lnet/minecraft/class_2926$class_2930;)V
      named setVersion Lnet/minecraft/server/ServerMetadata;setVersion(Lnet/minecraft/server/ServerMetadata$Version;)V
    • setFavicon

      public void setFavicon​(String favicon)
      Mappings:
      Namespace Name Mixin selector
      official a Lvf;a(Ljava/lang/String;)V
      intermediary method_12677 Lnet/minecraft/class_2926;method_12677(Ljava/lang/String;)V
      named setFavicon Lnet/minecraft/server/ServerMetadata;setFavicon(Ljava/lang/String;)V
    • getFavicon

      public String getFavicon()
      Mappings:
      Namespace Name Mixin selector
      official d Lvf;d()Ljava/lang/String;
      intermediary method_12678 Lnet/minecraft/class_2926;method_12678()Ljava/lang/String;
      named getFavicon Lnet/minecraft/server/ServerMetadata;getFavicon()Ljava/lang/String;