Cuberite
A lightweight, fast and extensible game server for Minecraft
|
Functions | |
bool | IsArmor (short a_ItemType) |
bool | IsAxe (short a_ItemType) |
bool | IsBoots (short a_ItemType) |
bool | IsChestPlate (short a_ItemType) |
bool | IsHelmet (short a_ItemType) |
bool | IsHoe (short a_ItemType) |
bool | IsHorseArmor (short a_ItemType) |
bool | IsLeggings (short a_ItemType) |
bool | IsMinecart (short a_ItemType) |
bool | IsPickaxe (short a_ItemType) |
bool | IsShovel (short a_ItemType) |
bool | IsSword (short a_ItemType) |
bool | IsTool (short a_ItemType) |
bool | IsVillagerFood (short a_ItemType) |
bool ItemCategory::IsArmor | ( | short | a_ItemType | ) |
Definition at line 588 of file Defines.cpp.
bool ItemCategory::IsAxe | ( | short | a_ItemType | ) |
Definition at line 437 of file Defines.cpp.
bool ItemCategory::IsBoots | ( | short | a_ItemType | ) |
Definition at line 558 of file Defines.cpp.
bool ItemCategory::IsChestPlate | ( | short | a_ItemType | ) |
Definition at line 527 of file Defines.cpp.
bool ItemCategory::IsHelmet | ( | short | a_ItemType | ) |
Definition at line 512 of file Defines.cpp.
bool ItemCategory::IsHoe | ( | short | a_ItemType | ) |
Definition at line 473 of file Defines.cpp.
bool ItemCategory::IsHorseArmor | ( | short | a_ItemType | ) |
Definition at line 602 of file Defines.cpp.
bool ItemCategory::IsLeggings | ( | short | a_ItemType | ) |
Definition at line 543 of file Defines.cpp.
bool ItemCategory::IsMinecart | ( | short | a_ItemType | ) |
Definition at line 573 of file Defines.cpp.
bool ItemCategory::IsPickaxe | ( | short | a_ItemType | ) |
Definition at line 414 of file Defines.cpp.
bool ItemCategory::IsShovel | ( | short | a_ItemType | ) |
Definition at line 486 of file Defines.cpp.
bool ItemCategory::IsSword | ( | short | a_ItemType | ) |
Definition at line 460 of file Defines.cpp.
bool ItemCategory::IsTool | ( | short | a_ItemType | ) |
Definition at line 499 of file Defines.cpp.
bool ItemCategory::IsVillagerFood | ( | short | a_ItemType | ) |
Definition at line 623 of file Defines.cpp.