![]() |
Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cHopperEntity, including all inherited members.
cBlockEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World) | cBlockEntity | protected |
cBlockEntityWindowOwner(cBlockEntity *a_BlockEntity) | cBlockEntityWindowOwner | inline |
cBlockEntityWithItems(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, int a_ItemGridWidth, int a_ItemGridHeight, cWorld *a_World) | cBlockEntityWithItems | |
cHopperEntity(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World) | cHopperEntity | |
Clone(Vector3i a_Pos) | cBlockEntity | |
CloseWindow(void) | cWindowOwner | inline |
ContentsHeight enum value | cHopperEntity | |
ContentsWidth enum value | cHopperEntity | |
ConvertToPickups() const override | cBlockEntityWithItems | virtual |
CopyFrom(const cBlockEntity &a_Src) override | cHopperEntity | protectedvirtual |
CreateByBlockType(BLOCKTYPE a_BlockType, NIBBLETYPE a_BlockMeta, Vector3i a_Pos, cWorld *a_World=nullptr) | cBlockEntity | static |
cWindowOwner() | cWindowOwner | inline |
Destroy() | cBlockEntity | virtual |
GetBlockPos(void) override | cBlockEntityWindowOwner | inlinevirtual |
GetBlockType() const | cBlockEntity | inline |
GetChunkX() const | cBlockEntity | inline |
GetChunkZ() const | cBlockEntity | inline |
GetContents(void) | cBlockEntityWithItems | inline |
GetContents(void) const | cBlockEntityWithItems | inline |
GetOutputBlockPos(NIBBLETYPE a_BlockMeta) | cHopperEntity | |
GetPos() const | cBlockEntity | inline |
GetPosX() const | cBlockEntity | inline |
GetPosY() const | cBlockEntity | inline |
GetPosZ() const | cBlockEntity | inline |
GetRelPos() const | cBlockEntity | inline |
GetRelX() const | cBlockEntity | inline |
GetRelZ() const | cBlockEntity | inline |
GetSlot(int a_SlotNum) const | cBlockEntityWithItems | inline |
GetSlot(int a_X, int a_Y) const | cBlockEntityWithItems | inline |
GetWindow(void) const | cWindowOwner | inline |
GetWorld() const | cBlockEntity | inline |
IsBlockEntityBlockType(BLOCKTYPE a_BlockType) | cBlockEntity | static |
m_BlockEntity | cBlockEntityWindowOwner | private |
m_BlockMeta | cBlockEntity | protected |
m_BlockType | cBlockEntity | protected |
m_Contents | cBlockEntityWithItems | protected |
m_LastMoveItemsInTick | cHopperEntity | protected |
m_LastMoveItemsOutTick | cHopperEntity | protected |
m_Locked | cHopperEntity | private |
m_Pos | cBlockEntity | protected |
m_RelX | cBlockEntity | protected |
m_RelZ | cBlockEntity | protected |
m_Window | cWindowOwner | private |
m_World | cBlockEntity | protected |
MoveItemsFromChest(cChunk &a_Chunk) | cHopperEntity | protected |
MoveItemsFromFurnace(cChunk &a_Chunk) | cHopperEntity | protected |
MoveItemsFromGrid(cBlockEntityWithItems &a_Entity) | cHopperEntity | protected |
MoveItemsFromSlot(cBlockEntityWithItems &a_Entity, int a_SrcSlotNum) | cHopperEntity | protected |
MoveItemsIn(cChunk &a_Chunk, cTickTimeLong a_CurrentTick) | cHopperEntity | protected |
MoveItemsOut(cChunk &a_Chunk, cTickTimeLong a_CurrentTick) | cHopperEntity | protected |
MoveItemsToChest(cChunk &a_Chunk, Vector3i a_Coords) | cHopperEntity | protected |
MoveItemsToFurnace(cChunk &a_Chunk, Vector3i a_Coords, NIBBLETYPE a_HopperMeta) | cHopperEntity | protected |
MoveItemsToGrid(cBlockEntityWithItems &a_Entity) | cHopperEntity | protected |
MoveItemsToSlot(cBlockEntityWithItems &a_Entity, int a_DstSlotNum) | cHopperEntity | protected |
MovePickupsIn(cChunk &a_Chunk) | cHopperEntity | protected |
OnRemoveFromWorld() | cBlockEntity | virtual |
OnSlotChanged(cItemGrid *a_Grid, int a_SlotNum) override | cBlockEntityWithItems | protectedvirtual |
OpenNewWindow(void) | cHopperEntity | protected |
OpenWindow(cWindow *a_Window) | cWindowOwner | inline |
SendTo(cClientHandle &a_Client) override | cHopperEntity | protectedvirtual |
SetLocked(bool a_Value) | cHopperEntity | |
SetPos(Vector3i a_NewPos) | cBlockEntity | |
SetSlot(int a_SlotNum, const cItem &a_Item) | cBlockEntityWithItems | inline |
SetSlot(int a_X, int a_Y, const cItem &a_Item) | cBlockEntityWithItems | inline |
SetWorld(cWorld *a_World) | cBlockEntity | |
Super typedef | cHopperEntity | private |
Tick(std::chrono::milliseconds a_Dt, cChunk &a_Chunk) override | cHopperEntity | protectedvirtual |
UsedBy(cPlayer *a_Player) override | cHopperEntity | protectedvirtual |
~cBlockEntity()=default | cBlockEntity | virtual |
~cListener() | cItemGrid::cListener | inlinevirtual |
~cWindowOwner() | cWindowOwner | inlinevirtual |