mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-24 04:24:35 +00:00
removed git history
This commit is contained in:
12
Minecraft.World/DirectionalTile.cpp
Normal file
12
Minecraft.World/DirectionalTile.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "stdafx.h"
|
||||
|
||||
#include "DirectionalTile.h"
|
||||
|
||||
DirectionalTile::DirectionalTile(int id, Material *material, bool isSolidRender) : Tile(id, material, isSolidRender)
|
||||
{
|
||||
}
|
||||
|
||||
int DirectionalTile::getDirection(int data)
|
||||
{
|
||||
return data & DIRECTION_MASK;
|
||||
}
|
||||
Reference in New Issue
Block a user