MCPcopy Create free account
hub / github.com/cuberite/cuberite / BroadcastEntityEffect

Method BroadcastEntityEffect

src/World.cpp:1898–1901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1896
1897
1898void cWorld::BroadcastEntityEffect(const cEntity & a_Entity, int a_EffectID, int a_Amplifier, short a_Duration, const cClientHandle * a_Exclude)
1899{
1900 m_ChunkMap->BroadcastEntityEffect(a_Entity, a_EffectID, a_Amplifier, a_Duration, a_Exclude);
1901}
1902
1903
1904

Callers 1

FoodPoisonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected