mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Add PigModel and PigRenderer
This commit is contained in:
@@ -1068,6 +1068,13 @@ void Entity::lavaHurt()
|
||||
}
|
||||
}
|
||||
|
||||
int Entity::queryEntityRenderer()
|
||||
{
|
||||
// If field_C8 is equal to RENDER_DYNAMIC, EntityRenderDispatcher
|
||||
// calls here. Used for sheared sheep.
|
||||
return 0;
|
||||
}
|
||||
|
||||
int Entity::hashCode()
|
||||
{
|
||||
return m_EntityID;
|
||||
|
||||
Reference in New Issue
Block a user