TITLE getItemName
MAX_WIDTH

TEXT --{
String getItemName(stack)

-stack(ItemStack或Item):要获取名称的物品(堆)

用法实例:    Fix.getItemName(stack)
}--