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

Method GetBlockMeta

src/Entities/FallingBlock.h:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28 BLOCKTYPE GetBlockType(void) const { return m_BlockType; }
29 NIBBLETYPE GetBlockMeta(void) const { return m_BlockMeta; }
30
31 // cEntity overrides:
32 virtual void SpawnOn(cClientHandle & a_ClientHandle) override;

Callers 3

HandlePhysicsMethod · 0.45
DestroyedMethod · 0.45
TickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected