1
0

Commented the GetDirectionVec method

This commit is contained in:
bibo38 2015-11-05 21:39:37 +01:00
parent 64012bf46f
commit f8c28cc373

View File

@ -81,6 +81,9 @@ public:
}
}
/** This method converts the magic piston metadata into a direction vector.
This vector has a length of 1 and points into the direction, in which the piston will extend.
*/
static Vector3i GetDirectionVec(int a_PistonMeta);
static void ExtendPiston(int a_BlockX, int a_BlockY, int a_BlockZ, cWorld * a_World);