We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb15506 commit 5b7dab8Copy full SHA for 5b7dab8
src/main/java/org/spongepowered/api/data/Keys.java
@@ -398,11 +398,6 @@ public final class Keys {
398
*/
399
public static final Key<Value<Integer>> ANGER_LEVEL = Keys.key(ResourceKey.sponge("anger_level"), Integer.class);
400
401
- /**
402
- * The set of {@link PotionEffect}s applied on use of an {@link ItemStack}.
403
- */
404
- public static final Key<WeightedCollectionValue<PotionEffect>> APPLICABLE_POTION_EFFECTS = Keys.weightedKey(ResourceKey.sponge("applicable_potion_effects"), PotionEffect.class);
405
-
406
/**
407
* The enchantments applied to an {@link ItemStack}.
408
*
0 commit comments