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

Public Member Functions

 cPlayerLookCheck (Vector3d a_EndermanPos, int a_SightDistance)
 
cPlayerGetPlayer (void) const
 
bool operator() (cPlayer &a_Player)
 

Protected Attributes

Vector3d m_EndermanPos
 
cPlayerm_Player
 
int m_SightDistance
 

Detailed Description

Definition at line 13 of file Enderman.cpp.

Constructor & Destructor Documentation

cPlayerLookCheck::cPlayerLookCheck ( Vector3d  a_EndermanPos,
int  a_SightDistance 
)
inline

Definition at line 16 of file Enderman.cpp.

Member Function Documentation

cPlayer* cPlayerLookCheck::GetPlayer ( void  ) const
inline

Definition at line 63 of file Enderman.cpp.

bool cPlayerLookCheck::operator() ( cPlayer a_Player)
inline

Definition at line 23 of file Enderman.cpp.

Member Data Documentation

Vector3d cPlayerLookCheck::m_EndermanPos
protected

Definition at line 67 of file Enderman.cpp.

cPlayer* cPlayerLookCheck::m_Player
protected

Definition at line 66 of file Enderman.cpp.

int cPlayerLookCheck::m_SightDistance
protected

Definition at line 68 of file Enderman.cpp.


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