first commit
This commit is contained in:
13
Minecraft.World/CarrotOnAStickItem.h
Normal file
13
Minecraft.World/CarrotOnAStickItem.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "Item.h"
|
||||
|
||||
class CarrotOnAStickItem : public Item
|
||||
{
|
||||
public:
|
||||
CarrotOnAStickItem(int id);
|
||||
|
||||
bool isHandEquipped();
|
||||
bool isMirroredArt();
|
||||
shared_ptr<ItemInstance> use(shared_ptr<ItemInstance> itemInstance, Level *level, shared_ptr<Player> player);
|
||||
};
|
||||
Reference in New Issue
Block a user