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

Public Member Functions

 cPickupCombiningCallback (Vector3d a_Position, cPickup *a_Pickup)
 
bool FoundMatchingPickup ()
 
bool operator() (cEntity &a_Entity)
 

Protected Attributes

bool m_FoundMatchingPickup
 
cPickupm_Pickup
 
Vector3d m_Position
 

Detailed Description

Definition at line 22 of file Pickup.cpp.

Constructor & Destructor Documentation

◆ cPickupCombiningCallback()

cPickupCombiningCallback::cPickupCombiningCallback ( Vector3d  a_Position,
cPickup a_Pickup 
)
inline

Definition at line 25 of file Pickup.cpp.

Member Function Documentation

◆ FoundMatchingPickup()

bool cPickupCombiningCallback::FoundMatchingPickup ( )
inline

Definition at line 79 of file Pickup.cpp.

◆ operator()()

bool cPickupCombiningCallback::operator() ( cEntity a_Entity)
inline

Definition at line 32 of file Pickup.cpp.

Member Data Documentation

◆ m_FoundMatchingPickup

bool cPickupCombiningCallback::m_FoundMatchingPickup
protected

Definition at line 85 of file Pickup.cpp.

◆ m_Pickup

cPickup* cPickupCombiningCallback::m_Pickup
protected

Definition at line 88 of file Pickup.cpp.

◆ m_Position

Vector3d cPickupCombiningCallback::m_Position
protected

Definition at line 87 of file Pickup.cpp.


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