mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-23 08:31:28 +01:00
Stick override annotation
This commit is contained in:
parent
731455649e
commit
e5b1e6c0ad
@ -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) +
|
||||
|
Loading…
Reference in New Issue
Block a user