Interface PotionType
- All Superinterfaces:
DefaultedRegistryValue<PotionType>
@CatalogedBy(PotionTypes.class)
public interface PotionType
extends DefaultedRegistryValue<PotionType>
Represents a type of potion with specific
PotionEffects.-
Method Summary
Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
Method Details
-
effects
List<PotionEffect> effects()
-