Top

rstem.mcpi module

Sub-modules

rstem.mcpi.block

Provides all of the Block constants (e.g. AIR, STONE, BRICK)

rstem.mcpi.control

This module provides functions to control the Minecraft player, by simulating keystrokes and mouse movements. In addition, it provides helper functions for show()ing/hide()ing the Minecraft application.

rstem.mcpi.minecraft

The main Minecraft module - contains classes for manipulating the camera view, player, and in particular the Minecraft world via the Minecraft class. The Minecraft class provides functions for getting and setting blocks, posting chat messages, saving/restoring checkpoints, and more.