Interface PotionType
-
- All Superinterfaces:
DefaultedRegistryValue
@CatalogedBy(PotionTypes.class) public interface PotionType extends DefaultedRegistryValue
Represents a type of potion with specificPotionEffect
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<PotionEffect>
effects()
-
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
-
-
-
Method Detail
-
effects
java.util.List<PotionEffect> effects()
-
-