()
| 804 | } |
| 805 | |
| 806 | @Override |
| 807 | public PotionEffectImpl getPotionForVignette() { |
| 808 | for (aeh potionEffect : getActivePlayerPotionEffects()) { |
| 809 | aeg potion = getPotionByEffect(potionEffect); |
| 810 | if (potion.k()) { |
| 811 | return wrapPotionEffect(potionEffect); |
| 812 | } |
| 813 | } |
| 814 | for (aeh potionEffect : getActivePlayerPotionEffects()) { |
| 815 | aeg potion = getPotionByEffect(potionEffect); |
| 816 | if (!potion.k()) { |
| 817 | return wrapPotionEffect(potionEffect); |
| 818 | } |
| 819 | } |
| 820 | |
| 821 | return null; |
| 822 | } |
| 823 | |
| 824 | @Override |
| 825 | public List<PotionEffectImpl> getActivePotionEffects() { |
nothing calls this directly
no test coverage detected