Expand description
Minecraft related functionality
Modules§
- models
- Models for interacting with Minecraft servers
Structs§
- Fabric
Intermediary Info fabric
- Information about the intermediary.
- Fabric
Loader Info fabric
- Information about the loader.
- Fabric
Loader Summary fabric
- An entry in the fabric loader manifest representing a single version.
- Fabric
Version Data fabric
- Extension to the minecraft VersionData.
- Game
Process Handle - Handle to the game process.
- Install
Options - Options for installing Minecraft.
- Install
Options Builder - Builder for
InstallOptions
. - Launch
Options - Options for launching Minecraft. The options can be created using the builder pattern:
- Launch
Options Builder - Builder for
LaunchOptions
. - Loader
Mod loader-mods
- Represents a single loader mod.
- LogFile
log-files
- Represents a single log file. On each launch the game creates a new log file and compresses the old one.
- Resourcepack
resourcepacks
- Represents a single resourcepack.
- Save
Game save-games
- Represents a single save game.
- Screenshot
screenshots
- Represents a single screenshot.
- Server
servers
- Represents a single server.
- Shaderpack
shaderpacks
- Represents a single shaderpack.
Enums§
- Accept
Textures servers
- Whether to install a server resource pack
- Asset
Installation Update - Update of asset installation
- Client
Installation Update - Update of client installation
- Difficulty
save-games
- Difficulty of a save game
- Game
Type - Game type of a save game
- Install
Options Builder Error - Error type for InstallOptionsBuilder
- Installation
Update - Installation Update that is sent during installation.
- Library
Installation Update - Update of library installation
- LogConfig
Installation Update - Update of log config installation
- LogFile
Type log-files
- Whether the file is compressed or in plain text.
- Resourcepack
Type resourcepacks
- Whether the file is a resourcepack or texturepack.
Traits§
- Game
Process - Trait for game handles to provide the same API on all platforms.
Functions§
- build_
fabric_ launch_ command fabric
- Builds the launch command for Minecraft. The game needs to be installed to launch.
- build_
launch_ command - Builds the launch command for Minecraft. The game needs to be installed to launch.
- install_
assets - Installs assets as defined in the asset index.
- install_
client - Installs the client file.
- install_
fabric_ libraries fabric
- Installs all fabric libraries as defined in the provided version data.
- install_
libraries - Installs all libraries as defined in the provided version data. Also extracts native versions of said libraries.
- install_
log_ config - Installs the log config file.
- load_
loader_ mods loader-mods
- Loads all loader mods from the minecraft folder.
- load_
log_ files log-files
- Loads all log files from the minecraft folder.
- load_
resourcepacks resourcepacks
- Loads all resourcepacks from the minecraft folder.
- load_
save_ games save-games
- Loads all save games from the minecraft folder.
- load_
screenshots screenshots
- Loads all screenshots from the minecraft folder.
- load_
servers servers
- Loads all servers from the minecraft folder.
- load_
shaderpacks shaderpacks
- Loads all shaderpacks from the minecraft folder.