MCPcopy Create free account
hub / github.com/cuberite/cuberite / ~cDropSpenserEntity

Method ~cDropSpenserEntity

src/BlockEntities/DropSpenserEntity.cpp:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29cDropSpenserEntity::~cDropSpenserEntity()
30{
31 // Tell window its owner is destroyed
32 cWindow * Window = GetWindow();
33 if (Window != NULL)
34 {
35 Window->OwnerDestroyed();
36 }
37}
38
39
40

Callers

nothing calls this directly

Calls 1

OwnerDestroyedMethod · 0.80

Tested by

no test coverage detected