December 2014 files
This commit is contained in:
11
Minecraft.World/NameTagItem.h
Normal file
11
Minecraft.World/NameTagItem.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
|
||||
class NameTagItem : public Item
|
||||
{
|
||||
public:
|
||||
NameTagItem(int id);
|
||||
|
||||
bool interactEnemy(shared_ptr<ItemInstance> itemInstance, shared_ptr<Player> player, shared_ptr<LivingEntity> target);
|
||||
};
|
||||
Reference in New Issue
Block a user