Hardware Reference
In-Depth Information
Quick Reference Table
Commands
Description
mcdrawing.drawLine(0, 0, 0,
10, 10, 10,
block.DIRT.id)
Draw a line between two points
mcdrawing.drawCircle(0, 0, 0,
radius,
block.DIRT.id)
Draw a circle
mcdrawing.drawSphere(0, 0, 0,
radius,
block.DIRT.id)
Draw a sphere
tri = []
filled = True
tri.append(minecraft.Vec3(0,0,0))
tri.append(minecraft.Vec3(10,0,0))
tri.append(minecraft.Vec3(5,10,0))
mcdrawing.drawFace(tri,
filled,
block.DIRT.id)
Draw a polygon or face
(e.g. a triangle)
Achievement Unlocked: 3D master, creator of massive structures, all hail
the pyramid builder!
In the Next Adventure...
In the next adventure, you will learn how to give Minecraft objects a mind of
their own, make friends with a block and avoid an alien invasion.
Search WWH ::




Custom Search