Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Go to the source code of this file.
Functions | |
bool | IsBlockFence (BLOCKTYPE a_BlockType) |
bool | IsBlockIce (BLOCKTYPE a_BlockType) |
bool | IsBlockLava (BLOCKTYPE a_BlockType) |
bool | IsBlockLiquid (BLOCKTYPE a_BlockType) |
bool | IsBlockMaterialGourd (BLOCKTYPE a_BlockType) |
bool | IsBlockMaterialIron (BLOCKTYPE a_BlockType) |
bool | IsBlockMaterialLeaves (BLOCKTYPE a_BlockType) |
bool | IsBlockMaterialPlants (BLOCKTYPE a_BlockType) |
bool | IsBlockMaterialRock (BLOCKTYPE a_BlockType) |
bool | IsBlockMaterialVine (BLOCKTYPE a_BlockType) |
bool | IsBlockMaterialWood (BLOCKTYPE a_BlockType) |
bool | IsBlockRail (BLOCKTYPE a_BlockType) |
bool | IsBlockShulkerBox (BLOCKTYPE a_BlockType) |
bool | IsBlockTypeOfDirt (BLOCKTYPE a_BlockType) |
bool | IsBlockWater (BLOCKTYPE a_BlockType) |
bool | IsBlockWaterOrIce (BLOCKTYPE a_BlockType) |
bool IsBlockFence | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 105 of file BlockInfo.cpp.
bool IsBlockIce | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 19 of file BlockInfo.cpp.
bool IsBlockLava | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 49 of file BlockInfo.cpp.
bool IsBlockLiquid | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 58 of file BlockInfo.cpp.
bool IsBlockMaterialGourd | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 311 of file BlockInfo.cpp.
bool IsBlockMaterialIron | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 266 of file BlockInfo.cpp.
bool IsBlockMaterialLeaves | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 302 of file BlockInfo.cpp.
bool IsBlockMaterialPlants | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 209 of file BlockInfo.cpp.
bool IsBlockMaterialRock | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 332 of file BlockInfo.cpp.
bool IsBlockMaterialVine | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 244 of file BlockInfo.cpp.
bool IsBlockMaterialWood | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 146 of file BlockInfo.cpp.
bool IsBlockRail | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 67 of file BlockInfo.cpp.
bool IsBlockShulkerBox | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 137 of file BlockInfo.cpp.
bool IsBlockTypeOfDirt | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 86 of file BlockInfo.cpp.
bool IsBlockWater | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 10 of file BlockInfo.cpp.
bool IsBlockWaterOrIce | ( | BLOCKTYPE | a_BlockType | ) |
Definition at line 40 of file BlockInfo.cpp.