Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Protected Attributes | List of all members
cFloaterCallback Class Reference

#include <ItemFishingRod.h>

Collaboration diagram for cFloaterCallback:
Collaboration graph
[legend]

Public Member Functions

bool CanPickup (void) const
 
 cFloaterCallback (void)
 
UInt32 GetAttachedMobID (void) const
 
Vector3d GetBitePos (void) const
 
Vector3d GetPos (void) const
 
bool IsAttached (void) const
 
bool operator() (cEntity &a_Entity)
 

Protected Attributes

UInt32 m_AttachedMobID
 
Vector3d m_BitePos
 
bool m_CanPickup
 
Vector3d m_Pos
 

Detailed Description

Definition at line 15 of file ItemFishingRod.h.

Constructor & Destructor Documentation

◆ cFloaterCallback()

cFloaterCallback::cFloaterCallback ( void  )
inline

Definition at line 18 of file ItemFishingRod.h.

Member Function Documentation

◆ CanPickup()

bool cFloaterCallback::CanPickup ( void  ) const
inline

Definition at line 35 of file ItemFishingRod.h.

◆ GetAttachedMobID()

UInt32 cFloaterCallback::GetAttachedMobID ( void  ) const
inline

Definition at line 37 of file ItemFishingRod.h.

◆ GetBitePos()

Vector3d cFloaterCallback::GetBitePos ( void  ) const
inline

Definition at line 39 of file ItemFishingRod.h.

◆ GetPos()

Vector3d cFloaterCallback::GetPos ( void  ) const
inline

Definition at line 38 of file ItemFishingRod.h.

◆ IsAttached()

bool cFloaterCallback::IsAttached ( void  ) const
inline

Definition at line 36 of file ItemFishingRod.h.

◆ operator()()

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

Definition at line 24 of file ItemFishingRod.h.

Member Data Documentation

◆ m_AttachedMobID

UInt32 cFloaterCallback::m_AttachedMobID
protected

Definition at line 43 of file ItemFishingRod.h.

◆ m_BitePos

Vector3d cFloaterCallback::m_BitePos
protected

Definition at line 45 of file ItemFishingRod.h.

◆ m_CanPickup

bool cFloaterCallback::m_CanPickup
protected

Definition at line 42 of file ItemFishingRod.h.

◆ m_Pos

Vector3d cFloaterCallback::m_Pos
protected

Definition at line 44 of file ItemFishingRod.h.


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