Package | Description |
---|---|
pi |
Protocol classes
|
pi.tool |
Tools with higher level functionality
|
Modifier and Type | Method and Description |
---|---|
static Minecraft |
Minecraft.connect()
Connect to a local mcpi game
|
static Minecraft |
Minecraft.connect(String host)
Connect to a remote mcpi game
|
static Minecraft |
Minecraft.connect(String[] args)
Connect with string args
|
Constructor and Description |
---|
Tools(Minecraft world) |
Turtle(Minecraft mc) |