|
Faucet Mod SDK 1.0.0
Modding API for Minecraft Legacy Console Edition
|
| CIMod | Interface every mod DLL must implement |
| CMinecraft | The main Minecraft client class. One instance per process |
| CMinecraftServer | The dedicated server / integrated server class |
| CModInfo | Static metadata returned by IMod::GetInfo(). All string pointers must remain valid for the mod's entire lifetime |
| CModVersion | Mod semantic version |
| COptions | Client-side game options (graphics, audio, controls, etc.) |
| CPlayer | Base class for all player types (Local, Server, Remote) |
| CLocalPlayer | Client-side representation of a local (human-controlled) player |
| CLocalPlayer | Client-side representation of a local (human-controlled) player |
| CServerPlayer | Server-side representation of a connected player |
| CServerPlayer | Server-side representation of a connected player |
| CPlayerList | Manages all connected ServerPlayers on the server |
| CServerLevel | The server-side representation of a loaded dimension/world |
| CServerPlayerGameMode | Manages a ServerPlayer's game mode state and block breaking |
| CServerScoreboard | Server-side scoreboard management |