first commit
This commit is contained in:
10
Minecraft.Client/PS3/SPU_Tasks/ChunkUpdate/ChestTile_SPU.h
Normal file
10
Minecraft.Client/PS3/SPU_Tasks/ChunkUpdate/ChestTile_SPU.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#pragma once
|
||||
#include "EntityTile_SPU.h"
|
||||
|
||||
class ChestTile_SPU : public EntityTile_SPU
|
||||
{
|
||||
public:
|
||||
ChestTile_SPU(int id) : EntityTile_SPU(id) {}
|
||||
virtual bool isSolidRender(bool isServerLevel = false) { return false; }
|
||||
virtual int getRenderShape() { return Tile_SPU::SHAPE_ENTITYTILE_ANIMATED; }
|
||||
};
|
||||
Reference in New Issue
Block a user