Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
cSpawnPrepareCallback Class Reference
Inheritance diagram for cSpawnPrepareCallback:
Inheritance graph
[legend]
Collaboration diagram for cSpawnPrepareCallback:
Collaboration graph
[legend]

Public Member Functions

 cSpawnPrepareCallback (std::shared_ptr< cSpawnPrepare > a_SpawnPrepare)
 
- Public Member Functions inherited from cChunkCoordCallback
virtual ~cChunkCoordCallback ()
 

Protected Member Functions

virtual void Call (cChunkCoords a_Coords, bool a_IsSuccess) override
 Called with the chunk's coords, and an optional operation status flag for operations that support it. More...
 

Protected Attributes

std::shared_ptr< cSpawnPreparem_SpawnPrepare
 

Detailed Description

Definition at line 11 of file SpawnPrepare.cpp.

Constructor & Destructor Documentation

◆ cSpawnPrepareCallback()

cSpawnPrepareCallback::cSpawnPrepareCallback ( std::shared_ptr< cSpawnPrepare a_SpawnPrepare)
inline

Definition at line 15 of file SpawnPrepare.cpp.

Member Function Documentation

◆ Call()

virtual void cSpawnPrepareCallback::Call ( cChunkCoords  a_Coords,
bool  a_IsSuccess 
)
inlineoverrideprotectedvirtual

Called with the chunk's coords, and an optional operation status flag for operations that support it.

Implements cChunkCoordCallback.

Definition at line 24 of file SpawnPrepare.cpp.

Member Data Documentation

◆ m_SpawnPrepare

std::shared_ptr<cSpawnPrepare> cSpawnPrepareCallback::m_SpawnPrepare
protected

Definition at line 22 of file SpawnPrepare.cpp.


The documentation for this class was generated from the following file: