Cuberite
A lightweight, fast and extensible game server for Minecraft
Functions
ItemCategory Namespace Reference

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)
 

Function Documentation

◆ IsArmor()

bool ItemCategory::IsArmor ( short  a_ItemType)

Definition at line 588 of file Defines.cpp.

◆ IsAxe()

bool ItemCategory::IsAxe ( short  a_ItemType)

Definition at line 437 of file Defines.cpp.

◆ IsBoots()

bool ItemCategory::IsBoots ( short  a_ItemType)

Definition at line 558 of file Defines.cpp.

◆ IsChestPlate()

bool ItemCategory::IsChestPlate ( short  a_ItemType)

Definition at line 527 of file Defines.cpp.

◆ IsHelmet()

bool ItemCategory::IsHelmet ( short  a_ItemType)

Definition at line 512 of file Defines.cpp.

◆ IsHoe()

bool ItemCategory::IsHoe ( short  a_ItemType)

Definition at line 473 of file Defines.cpp.

◆ IsHorseArmor()

bool ItemCategory::IsHorseArmor ( short  a_ItemType)

Definition at line 602 of file Defines.cpp.

◆ IsLeggings()

bool ItemCategory::IsLeggings ( short  a_ItemType)

Definition at line 543 of file Defines.cpp.

◆ IsMinecart()

bool ItemCategory::IsMinecart ( short  a_ItemType)

Definition at line 573 of file Defines.cpp.

◆ IsPickaxe()

bool ItemCategory::IsPickaxe ( short  a_ItemType)

Definition at line 414 of file Defines.cpp.

◆ IsShovel()

bool ItemCategory::IsShovel ( short  a_ItemType)

Definition at line 486 of file Defines.cpp.

◆ IsSword()

bool ItemCategory::IsSword ( short  a_ItemType)

Definition at line 460 of file Defines.cpp.

◆ IsTool()

bool ItemCategory::IsTool ( short  a_ItemType)

Definition at line 499 of file Defines.cpp.

◆ IsVillagerFood()

bool ItemCategory::IsVillagerFood ( short  a_ItemType)

Definition at line 623 of file Defines.cpp.