This commit is contained in:
GabsPuNs
2026-05-14 21:52:21 -04:00
parent 1b2f5c6fe8
commit f8a2d644f5
291 changed files with 7363 additions and 18368 deletions

View File

@@ -2116,28 +2116,6 @@ wstring Entity::getNetworkName()
return getDisplayName();
}
// TU25 Addition
bool Entity::hasCustomName()
{
return false;
}
bool Entity::shouldShowName()
{
return false;
}
AABB *Entity::getBoundingBox()
{
return this->bb;
}
void Entity::setBoundingBox(AABB *bb)
{
this->bb = bb;
}
float Entity::getEyeHeight()
{
return this->bbHeight * 0.85F;
}
void Entity::setAnimOverrideBitmask(unsigned int uiBitmask)
{
m_uiAnimOverrideBitmask=uiBitmask;