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 5b7dab8 commit 32a354bCopy full SHA for 32a354b
src/main/java/org/spongepowered/api/effect/potion/PotionEffectType.java
@@ -25,14 +25,14 @@
25
package org.spongepowered.api.effect.potion;
26
27
import net.kyori.adventure.text.ComponentLike;
28
-import org.spongepowered.api.registry.DefaultedRegistryValue;
+import org.spongepowered.api.tag.Taggable;
29
import org.spongepowered.api.util.annotation.CatalogedBy;
30
31
/**
32
* Represents a possible type of {@link PotionEffect}.
33
*/
34
@CatalogedBy(PotionEffectTypes.class)
35
-public interface PotionEffectType extends DefaultedRegistryValue, ComponentLike {
+public interface PotionEffectType extends Taggable<PotionEffectType>, ComponentLike {
36
37
38
* Gets whether this potion effect is applied instantly or over time.
0 commit comments