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

Go to the source code of this file.

Namespaces

 TripwireHookHandler
 

Functions

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