Type

enum Type : Enum<Type>

Enums for various aspects of the VersionMeta.

Author

Griefed

Entries

Link copied to clipboard

Indicates that an object is a full release, meaning no snapshot, alpha, or beta.

Link copied to clipboard

Indicates that an object is a pre-release, so either a snapshot (duh...), alpha, beta etc.

Link copied to clipboard

Indicates this operation concerns Minecraft.

Link copied to clipboard

Indicates this operation concerns Forge.

Link copied to clipboard

Indicates this operation concerns NeoForge.

Link copied to clipboard

Indicates this operation concerns Fabric.

Link copied to clipboard

Indicates this operation concerns Fabric Installer.

Link copied to clipboard

Indicates this operation concerns Quilt.

Link copied to clipboard

Indicates this operation concerns Fabric Intermediaries.

Link copied to clipboard

Indicates this operation concerns Quilt Installer.

Link copied to clipboard

Indicates this operation concerns Legacy Fabric.

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): Type

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
fun values(): Array<Type>

Returns an array containing the constants of this enum type, in the order they're declared.