Package net.minecraft.server
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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ServerMetadata.Deserializer
static class
ServerMetadata.Players
static class
ServerMetadata.Version
-
Field Summary
Fields Modifier and Type Field Description private Text
description
private String
favicon
private ServerMetadata.Players
players
private ServerMetadata.Version
version
-
Constructor Summary
Constructors Constructor Description ServerMetadata()
-
Method Summary
Modifier and Type Method Description Text
getDescription()
String
getFavicon()
ServerMetadata.Players
getPlayers()
ServerMetadata.Version
getVersion()
void
setDescription(Text description)
void
setFavicon(String favicon)
void
setPlayers(ServerMetadata.Players players)
void
setVersion(ServerMetadata.Version version)
-
Field Details
-
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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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;
-