December 2014 files
This commit is contained in:
11
Minecraft.World/SnowItem.h
Normal file
11
Minecraft.World/SnowItem.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "AuxDataTileItem.h"
|
||||
|
||||
class SnowItem : public AuxDataTileItem
|
||||
{
|
||||
public:
|
||||
SnowItem(int id, Tile *parentTile);
|
||||
|
||||
bool useOn(shared_ptr<ItemInstance> instance, shared_ptr<Player> player, Level *level, int x, int y, int z, int face, float clickX, float clickY, float clickZ, bool bTestUseOnOnly=false);
|
||||
};
|
||||
Reference in New Issue
Block a user