/** Debug messages for attribute and flag item incompatibility */ private void debugMsgItem(Attribute attr) { dB.normal("Attribute/Flag item incompatibility"); dB.normal( "Attribute/Flag: ", (attr != null ? attr.name() : "null"), ", item: ", ChatColor.GOLD, this.getName()); }
/** Debug messages for attribute value errors */ private void debugMsgValue(Attribute attr, String value) { dB.normal("Attribute value initialization exception"); dB.normal( "Attribute: ", (attr != null ? attr.name() : "null"), ", value: ", ChatColor.GOLD, value); }