Package net.minecraft.server
Class ServerMetadata
java.lang.Object
net.minecraft.server.ServerMetadata
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 zm
intermediary net/minecraft/class_2926
named net/minecraft/server/ServerMetadata
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
private @Nullable ServerMetadata.Players
private boolean
private @Nullable ServerMetadata.Version
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(Text description) void
setFavicon
(String favicon) void
setPlayers
(ServerMetadata.Players players) void
setPreviewsChat
(boolean previewsChat) void
setVersion
(ServerMetadata.Version version) boolean
-
Field Details
-
FAVICON_WIDTH
public static final int FAVICON_WIDTH- See Also:
- Mappings:
Namespace Name Mixin selector official a
Lzm;a:I
intermediary field_33375
Lnet/minecraft/class_2926;field_33375:I
named FAVICON_WIDTH
Lnet/minecraft/server/ServerMetadata;FAVICON_WIDTH:I
-
FAVICON_HEIGHT
public static final int FAVICON_HEIGHT- See Also:
- Mappings:
Namespace Name Mixin selector official b
Lzm;b:I
intermediary field_33376
Lnet/minecraft/class_2926;field_33376:I
named FAVICON_HEIGHT
Lnet/minecraft/server/ServerMetadata;FAVICON_HEIGHT:I
-
description
- Mappings:
Namespace Name Mixin selector official c
Lzm;c:Lrm;
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 d
Lzm;d:Lzm$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 e
Lzm;e:Lzm$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 f
Lzm;f: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;
-
previewsChat
private boolean previewsChat- Mappings:
Namespace Name Mixin selector official g
Lzm;g:Z
intermediary field_39391
Lnet/minecraft/class_2926;field_39391:Z
named previewsChat
Lnet/minecraft/server/ServerMetadata;previewsChat:Z
-
-
Constructor Details
-
ServerMetadata
public ServerMetadata()
-
-
Method Details
-
getDescription
- Mappings:
Namespace Name Mixin selector official a
Lzm;a()Lrm;
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
Lzm;a(Lrm;)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
Lzm;b()Lzm$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
Lzm;a(Lzm$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
Lzm;c()Lzm$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
Lzm;a(Lzm$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
Lzm;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
Lzm;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;
-
setPreviewsChat
public void setPreviewsChat(boolean previewsChat) - Mappings:
Namespace Name Mixin selector official a
Lzm;a(Z)V
intermediary method_44138
Lnet/minecraft/class_2926;method_44138(Z)V
named setPreviewsChat
Lnet/minecraft/server/ServerMetadata;setPreviewsChat(Z)V
-
shouldPreviewChat
public boolean shouldPreviewChat()- Mappings:
Namespace Name Mixin selector official e
Lzm;e()Z
intermediary method_44139
Lnet/minecraft/class_2926;method_44139()Z
named shouldPreviewChat
Lnet/minecraft/server/ServerMetadata;shouldPreviewChat()Z
-