Skip to content

Commit 5b7dab8

Browse files
committed
delete Keys.APPLICABLE_POTION_EFFECTS
1 parent cb15506 commit 5b7dab8

File tree

1 file changed

+0
-5
lines changed
  • src/main/java/org/spongepowered/api/data

1 file changed

+0
-5
lines changed

src/main/java/org/spongepowered/api/data/Keys.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -398,11 +398,6 @@ public final class Keys {
398398
*/
399399
public static final Key<Value<Integer>> ANGER_LEVEL = Keys.key(ResourceKey.sponge("anger_level"), Integer.class);
400400

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-
406401
/**
407402
* The enchantments applied to an {@link ItemStack}.
408403
*

0 commit comments

Comments
 (0)