예제 #1
0
 public static int GetDamageVS(Item item, EntityLiving living) {
   return GetDamageVS(item.getDamageVsEntity(living), living);
 }