Faucet Mod SDK 1.0.0
Modding API for Minecraft Legacy Console Edition
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CIModInterface every mod DLL must implement
 CLocalPlayerClient-side representation of a local (human-controlled) player
 CMinecraftThe main Minecraft client class. One instance per process
 CMinecraftServerThe dedicated server / integrated server class
 CModInfoStatic metadata returned by IMod::GetInfo(). All string pointers must remain valid for the mod's entire lifetime
 CModVersionMod semantic version
 COptionsClient-side game options (graphics, audio, controls, etc.)
 CPlayerBase class for all player types (Local, Server, Remote)
 CPlayerListManages all connected ServerPlayers on the server
 CServerLevelThe server-side representation of a loaded dimension/world
 CServerPlayerServer-side representation of a connected player
 CServerPlayerGameModeManages a ServerPlayer's game mode state and block breaking
 CServerScoreboardServer-side scoreboard management