1
0

Reformatted

This commit is contained in:
Tycho 2014-03-02 12:33:08 -08:00
parent 6536233f4d
commit a38be148ba
10 changed files with 20 additions and 20 deletions

View File

@ -12,11 +12,11 @@
class cBlockBedHandler : class cBlockBedHandler :
public cMetaRotater<cBlockHandler,0x3,0x02,0x03,0x00,0x01,true> public cMetaRotater<cBlockHandler, 0x3, 0x02, 0x03, 0x00, 0x01, true>
{ {
public: public:
cBlockBedHandler(BLOCKTYPE a_BlockType) cBlockBedHandler(BLOCKTYPE a_BlockType)
: cMetaRotater<cBlockHandler,0x3,0x02,0x03,0x00,0x01,true>(a_BlockType) : cMetaRotater<cBlockHandler, 0x3, 0x02, 0x03, 0x00, 0x01,true>(a_BlockType)
{ {
} }

View File

@ -8,11 +8,11 @@
class cBlockButtonHandler : class cBlockButtonHandler :
public cMetaRotater<cBlockHandler,0x07,0x04,0x01,0x03,0x02,true> public cMetaRotater<cBlockHandler, 0x07, 0x04, 0x01, 0x03, 0x02, true>
{ {
public: public:
cBlockButtonHandler(BLOCKTYPE a_BlockType) cBlockButtonHandler(BLOCKTYPE a_BlockType)
: cMetaRotater<cBlockHandler,0x07,0x04,0x01,0x03,0x02,true>(a_BlockType) : cMetaRotater<cBlockHandler, 0x07, 0x04, 0x01, 0x03, 0x02, true>(a_BlockType)
{ {
} }

View File

@ -11,11 +11,11 @@
class cBlockChestHandler : class cBlockChestHandler :
public cMetaRotater<cBlockEntityHandler,0x07,0x04,0x01,0x03,0x02, true> public cMetaRotater<cBlockEntityHandler, 0x07, 0x04, 0x01, 0x03, 0x02, true>
{ {
public: public:
cBlockChestHandler(BLOCKTYPE a_BlockType) cBlockChestHandler(BLOCKTYPE a_BlockType)
: cMetaRotater<cBlockEntityHandler,0x07,0x04,0x01,0x03,0x02, true>(a_BlockType) : cMetaRotater<cBlockEntityHandler, 0x07, 0x04, 0x01, 0x03, 0x02, true>(a_BlockType)
{ {
} }

View File

@ -10,11 +10,11 @@
class cBlockComparatorHandler : class cBlockComparatorHandler :
public cMetaRotater<cBlockHandler,0x03,0x00,0x01,0x02,0x03, true> public cMetaRotater<cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03, true>
{ {
public: public:
cBlockComparatorHandler(BLOCKTYPE a_BlockType) cBlockComparatorHandler(BLOCKTYPE a_BlockType)
: cMetaRotater<cBlockHandler,0x03,0x00,0x01,0x02,0x03, true>(a_BlockType) : cMetaRotater<cBlockHandler, 0x03, 0x00, 0x01, 0x02, 0x03, true>(a_BlockType)
{ {
} }

View File

@ -10,9 +10,9 @@
class cBlockDoorHandler : class cBlockDoorHandler :
public cMetaRotater<cBlockHandler,0x03,0x01,0x02,0x03,0x00, true> public cMetaRotater<cBlockHandler, 0x03, 0x01, 0x02, 0x03, 0x00, true>
{ {
typedef cMetaRotater<cBlockHandler,0x03,0x01,0x02,0x03,0x00, true> super; typedef cMetaRotater<cBlockHandler, 0x03, 0x01, 0x02, 0x03, 0x00, true> super;
public: public:
cBlockDoorHandler(BLOCKTYPE a_BlockType); cBlockDoorHandler(BLOCKTYPE a_BlockType);

View File

@ -13,11 +13,11 @@
class cBlockDropSpenserHandler : class cBlockDropSpenserHandler :
public cMetaRotater<cBlockEntityHandler,0x07,0x02,0x05,0x03,0x04> public cMetaRotater<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>
{ {
public: public:
cBlockDropSpenserHandler(BLOCKTYPE a_BlockType) : cBlockDropSpenserHandler(BLOCKTYPE a_BlockType) :
cMetaRotater<cBlockEntityHandler,0x07,0x02,0x05,0x03,0x04>(a_BlockType) cMetaRotater<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>(a_BlockType)
{ {
} }

View File

@ -8,11 +8,11 @@
class cBlockEnderchestHandler : class cBlockEnderchestHandler :
public cMetaRotater<cBlockEntityHandler,0x07,0x02,0x05,0x03,0x04> public cMetaRotater<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>
{ {
public: public:
cBlockEnderchestHandler(BLOCKTYPE a_BlockType) cBlockEnderchestHandler(BLOCKTYPE a_BlockType)
: cMetaRotater<cBlockEntityHandler,0x07,0x02,0x05,0x03,0x04>(a_BlockType) : cMetaRotater<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>(a_BlockType)
{ {
} }

View File

@ -8,11 +8,11 @@
class cBlockFenceGateHandler : class cBlockFenceGateHandler :
public cMetaRotater<cBlockHandler,0x03,0x02,0x03,0x00,0x01, true> public cMetaRotater<cBlockHandler, 0x03, 0x02, 0x03, 0x00, 0x01, true>
{ {
public: public:
cBlockFenceGateHandler(BLOCKTYPE a_BlockType) : cBlockFenceGateHandler(BLOCKTYPE a_BlockType) :
cMetaRotater<cBlockHandler,0x03,0x02,0x03,0x00,0x01, true>(a_BlockType) cMetaRotater<cBlockHandler, 0x03, 0x02, 0x03, 0x00, 0x01, true>(a_BlockType)
{ {
} }

View File

@ -8,11 +8,11 @@
class cBlockStairsHandler : class cBlockStairsHandler :
public cMetaRotater<cBlockHandler,0x03,0x03,0x00,0x02,0x01,true> public cMetaRotater<cBlockHandler, 0x03, 0x03, 0x00, 0x02, 0x01, true>
{ {
public: public:
cBlockStairsHandler(BLOCKTYPE a_BlockType) : cBlockStairsHandler(BLOCKTYPE a_BlockType) :
cMetaRotater<cBlockHandler,0x03,0x03,0x00,0x02,0x01,true>(a_BlockType) cMetaRotater<cBlockHandler, 0x03, 0x03, 0x00, 0x02, 0x01, true>(a_BlockType)
{ {
} }

View File

@ -8,11 +8,11 @@
class cBlockTorchHandler : class cBlockTorchHandler :
public cMetaRotater<cBlockHandler,0x7,0x4,0x1,0x3,0x2> public cMetaRotater<cBlockHandler, 0x7, 0x4, 0x1, 0x3, 0x2>
{ {
public: public:
cBlockTorchHandler(BLOCKTYPE a_BlockType) cBlockTorchHandler(BLOCKTYPE a_BlockType)
: cMetaRotater<cBlockHandler,0x7,0x4,0x1,0x3,0x2>(a_BlockType) : cMetaRotater<cBlockHandler, 0x7, 0x4, 0x1, 0x3, 0x2>(a_BlockType)
{ {
} }