Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildURL ¶
func BuildURL(minecraft *MinecraftVersion, installer *InstallerVersion) string
Types ¶
type ByVersion ¶
type ByVersion []MinecraftVersion
type InstallerVersion ¶
type MinecraftVersion ¶
type MinecraftVersion struct { Major int Minor int Patch int IsPrerelease bool PrereleaseVersion int }
Forge Minecraft versions use a faux semantic versioning scheme (most of the time). Major, minor and patch correspond to similar ones in semantic versioning: X.x.p. Prerelease versions contain a _preX suffix, such as 1.7.10_pre4.
func (*MinecraftVersion) String ¶
func (minecraft *MinecraftVersion) String() string
type PromotionsSlim ¶
Click to show internal directories.
Click to hide internal directories.