Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ SetHealth
Method
SetHealth
src/Entities/Entity.cpp:502–505 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
500
501
502
void cEntity::SetHealth(int a_Health)
503
{
504
m_Health = std::max(0, std::min(m_MaxHealth, a_Health));
505
}
506
507
508
Callers
3
SpawnMobFinalize
Method · 0.80
LoadPickupFromNBT
Method · 0.80
LoadExpOrbFromNBT
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected