Uses of Record Class
net.minecraft.network.protocol.status.ServerStatus.Favicon
Packages that use ServerStatus.Favicon
-
Uses of ServerStatus.Favicon in net.minecraft.network.protocol.status
Fields in net.minecraft.network.protocol.status with type parameters of type ServerStatus.FaviconModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec<ServerStatus.Favicon>
ServerStatus.Favicon.CODEC
private final Optional<ServerStatus.Favicon>
ServerStatus.favicon
The field for thefavicon
record component.Methods in net.minecraft.network.protocol.status that return types with arguments of type ServerStatus.FaviconModifier and TypeMethodDescriptionServerStatus.favicon()
Returns the value of thefavicon
record component. -
Uses of ServerStatus.Favicon in net.minecraft.server
Fields in net.minecraft.server declared as ServerStatus.FaviconMethods in net.minecraft.server that return types with arguments of type ServerStatus.FaviconModifier and TypeMethodDescriptionprivate Optional<ServerStatus.Favicon>
MinecraftServer.loadStatusIcon()