Interface RealmsSerializable

All Known Implementing Classes:
class_11301, class_11302, class_11305, class_11306, class_11308, class_11309, class_11310, PingResult, PlayerInfo, RealmsDescriptionDto, RealmsPersistence.RealmsPersistenceData, RealmsServer, RealmsServerList, RealmsWorldOptions, RealmsWorldResetDto, RegionPingResult

@Environment(CLIENT) public interface RealmsSerializable
A marker interface for Gson serializable pojos; the implementers make sure that they have SerializedName annotation on all their data fields so serialization works after obfuscation, and save/load of such objects are controlled through another serializer.
Mappings:
Namespace Name
named net/minecraft/client/realms/RealmsSerializable
intermediary net/minecraft/class_4885
official fny