public class CloudPotion
extends org.cloudburstmc.api.potion.Potion
| Constructor and Description |
|---|
CloudPotion(org.cloudburstmc.api.potion.PotionType type,
boolean splash) |
| Modifier and Type | Method and Description |
|---|---|
void |
applyPotion(org.cloudburstmc.api.entity.Entity entity) |
void |
applyPotion(org.cloudburstmc.api.entity.Entity entity,
double health) |
org.cloudburstmc.api.potion.Effect |
getEffect() |
public CloudPotion(org.cloudburstmc.api.potion.PotionType type,
boolean splash)
public org.cloudburstmc.api.potion.Effect getEffect()
getEffect in class org.cloudburstmc.api.potion.Potionpublic void applyPotion(org.cloudburstmc.api.entity.Entity entity)
applyPotion in class org.cloudburstmc.api.potion.Potionpublic void applyPotion(org.cloudburstmc.api.entity.Entity entity,
double health)
Copyright © 2021. All rights reserved.