Cuberite
A lightweight, fast and extensible game server for Minecraft
Namespaces | Functions
TrappedChestHandler.h File Reference
#include "../../BlockEntities/ChestEntity.h"
Include dependency graph for TrappedChestHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 TrappedChestHandler
 

Functions

static void TrappedChestHandler::ForValidSourcePositions (const cChunk &a_Chunk, Vector3i a_Position, BLOCKTYPE a_BlockType, NIBBLETYPE a_Meta, ForEachSourceCallback &Callback)
 
static PowerLevel TrappedChestHandler::GetPowerDeliveredToPosition (const cChunk &a_Chunk, Vector3i a_Position, BLOCKTYPE a_BlockType, Vector3i a_QueryPosition, BLOCKTYPE a_QueryBlockType, bool IsLinked)
 
static unsigned char TrappedChestHandler::GetPowerLevel (cChunk &a_Chunk, Vector3i a_Position)
 
static void TrappedChestHandler::Update (cChunk &a_Chunk, cChunk &CurrentlyTicking, Vector3i a_Position, BLOCKTYPE a_BlockType, NIBBLETYPE a_Meta, const PowerLevel Power)