December 2014 files
This commit is contained in:
18
Minecraft.World/HayBlockTile.h
Normal file
18
Minecraft.World/HayBlockTile.h
Normal file
@@ -0,0 +1,18 @@
|
||||
#pragma once
|
||||
|
||||
#include "RotatedPillarTile.h"
|
||||
|
||||
class HayBlockTile : public RotatedPillarTile
|
||||
{
|
||||
friend class ChunkRebuildData;
|
||||
public:
|
||||
HayBlockTile(int id);
|
||||
|
||||
int getRenderShape();
|
||||
|
||||
protected:
|
||||
Icon *getTypeTexture(int type);
|
||||
|
||||
public:
|
||||
void registerIcons(IconRegister *iconRegister);
|
||||
};
|
||||
Reference in New Issue
Block a user