LeviLamina
Loading...
Searching...
No Matches
GameVersion Class Reference

Public Types

enum class  Octet : uint {
  Major = 0 , Minor = 1 , Patch = 2 , Revision = 3 ,
  Beta = 4 , NumOctets = 5 , Invalid = 5
}

Public Member Functions

MCAPI GameVersion (::GameVersion const &)
MCAPI GameVersion (::ListTag const &tag)
MCAPI GameVersion (uint major, uint minor, uint patch, uint revision, uint isBeta)
MCAPI bool operator< (::GameVersion const &other) const
MCAPI::GameVersion & operator= (::GameVersion &&)
MCAPI::GameVersion & operator= (::GameVersion const &)
MCAPI bool operator>= (::GameVersion const &other) const
MCAPI ::std::unique_ptr<::ListTagserialize () const
MCAPI void * $ctor (::GameVersion const &)
MCAPI void * $ctor (::ListTag const &tag)
MCAPI void * $ctor (uint major, uint minor, uint patch, uint revision, uint isBeta)
MCFOLD void $dtor ()

Static Public Member Functions

static MCAPI ::GameVersion current ()
static MCAPI ::GameVersion const & Zero ()

Public Attributes

::ll::TypedStorage< 4, 20, uint[5]> mDigit
::ll::TypedStorage< 8, 32, ::std::string > mString

The documentation for this class was generated from the following file: