Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Window owner that is associated with an entity (chest minecart etc.) More...
#include <WindowOwner.h>
Public Member Functions | |
cEntityWindowOwner (cEntity *a_Entity) | |
virtual Vector3i | GetBlockPos (void) override |
Returns the block position at which the element owning the window is. More... | |
Public Member Functions inherited from cWindowOwner | |
void | CloseWindow (void) |
cWindowOwner () | |
cWindow * | GetWindow (void) const |
void | OpenWindow (cWindow *a_Window) |
virtual | ~cWindowOwner () |
Private Attributes | |
cEntity * | m_Entity |
Window owner that is associated with an entity (chest minecart etc.)
Definition at line 80 of file WindowOwner.h.
|
inline |
Definition at line 84 of file WindowOwner.h.
|
inlineoverridevirtual |
Returns the block position at which the element owning the window is.
Implements cWindowOwner.
Definition at line 89 of file WindowOwner.h.
|
private |
Definition at line 95 of file WindowOwner.h.