Stick override annotation

This commit is contained in:
vemacs 2016-03-28 19:51:16 -06:00
parent 731455649e
commit e5b1e6c0ad

View File

@ -28,6 +28,7 @@ public class BasePotionDataProvider extends PotionMetaProvider {
.put(14, PotionType.INVISIBILITY)
.build();
@Override
public ItemStack createPotionItem(Material initial, int effectId) throws IllegalArgumentException {
int damageValue = getBit(effectId, 0) +
2 * getBit(effectId, 1) +