Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
|
Interface Living Entity. More...
#include <entity.h>
Public Member Functions | |
~ILiving () override=default | |
Destroy the ILiving object. | |
Public Member Functions inherited from IEntity | |
virtual | ~IEntity ()=default |
Destroy the IEntity object. | |
Static Public Member Functions | |
static void | loadLua (lua_State *state, const char *namespaceName) |
Loads the ILiving class to a Lua one. | |
Static Public Member Functions inherited from IEntity | |
static void | loadLua (lua_State *state, const char *namespaceName) |
Loads the IEntity class to a Lua one. | |
Additional Inherited Members | |
Public Attributes inherited from IEntity | |
Vecf | position |
Position of the entity. | |
Angle | yaw |
Yaw angle of the entity. | |
Angle | pitch |
Pitch angle of the entity. | |
MinecraftUUID | uuid |
MinecraftUUID of the entity. | |
Interface Living Entity.
Interface for all living entity, implements basic things that all living entities should have
Loads the ILiving class to a Lua one.
state | the state to load to |
namespaceName | the namespace to load to |