Versions in this module Expand all Collapse all v1 v1.15.2 Jan 31, 2020 v1.14.4 Oct 2, 2019 Changes in this version + var Domain = "https://pc.realms.minecraft.net" + type Error struct + ErrorCode int + ErrorMsg string + func (e *Error) Error() string + type Realms struct + func New(version, user, astk, uuid string) *Realms + func (r *Realms) Address(s Server) (string, error) + func (r *Realms) Available() (ok bool, err error) + func (r *Realms) Backups(s Server) ([]int, error) + func (r *Realms) Compatible() (string, error) + func (r *Realms) Invite(s Server, name, uuid string) error + func (r *Realms) Ops(s Server) (ops []string, err error) + func (r *Realms) Server(ID int) (s Server, err error) + func (r *Realms) SubscriptionLife(s Server) (startDate int64, daysLeft int, Type string, err error) + func (r *Realms) TOS() error + func (r *Realms) Worlds() ([]Server, error) + type Server struct + ActiveSlot int + DaysLeft int + Expired bool + ExpiredTrial bool + ID int + MOTD string + MaxPlayers int + Member bool + MiniGameID *int + MiniGameName *string + MinigameImage *string + Name string + Owner string + OwnerUUID string + Players []string + RemoteSubscriptionID string + State string + WorldType string