![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Base class for the window owning. More...
#include <WindowOwner.h>
Public Member Functions | |
void | CloseWindow (void) |
cWindowOwner () | |
virtual Vector3i | GetBlockPos (void)=0 |
Returns the block position at which the element owning the window is. More... | |
cWindow * | GetWindow (void) const |
void | OpenWindow (cWindow *a_Window) |
virtual | ~cWindowOwner () |
Private Attributes | |
cWindow * | m_Window |
Base class for the window owning.
Definition at line 17 of file WindowOwner.h.
|
inline |
Definition at line 20 of file WindowOwner.h.
|
inlinevirtual |
Definition at line 25 of file WindowOwner.h.
|
inline |
Definition at line 29 of file WindowOwner.h.
|
pure virtual |
Returns the block position at which the element owning the window is.
Implemented in cEntityWindowOwner, and cBlockEntityWindowOwner.
|
inline |
Definition at line 40 of file WindowOwner.h.
|
inline |
Definition at line 34 of file WindowOwner.h.
|
private |
Definition at line 49 of file WindowOwner.h.