mirror of
https://github.com/celisej567/mcpe.git
synced 2026-01-05 18:10:09 +03:00
* Add Pig
This commit is contained in:
@@ -1075,6 +1075,16 @@ int Entity::queryEntityRenderer()
|
||||
return 0;
|
||||
}
|
||||
|
||||
int Entity::getCreatureBaseType()
|
||||
{
|
||||
return BASE_NONE;
|
||||
}
|
||||
|
||||
int Entity::getEntityTypeId()
|
||||
{
|
||||
return TYPE_UNSAVED;
|
||||
}
|
||||
|
||||
int Entity::hashCode()
|
||||
{
|
||||
return m_EntityID;
|
||||
|
||||
Reference in New Issue
Block a user