December 2014 files
This commit is contained in:
16
Minecraft.World/AmbientCreature.h
Normal file
16
Minecraft.World/AmbientCreature.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "Mob.h"
|
||||
#include "Creature.h"
|
||||
|
||||
class AmbientCreature : public Mob, public Creature
|
||||
{
|
||||
|
||||
public:
|
||||
AmbientCreature(Level *level);
|
||||
|
||||
virtual bool canBeLeashed();
|
||||
|
||||
protected:
|
||||
virtual bool mobInteract(shared_ptr<Player> player);
|
||||
};
|
||||
Reference in New Issue
Block a user