| Package | Description |
|---|---|
| org.cloudburstmc.server.event.potion | |
| org.cloudburstmc.server.potion |
| Modifier and Type | Method and Description |
|---|---|
Potion |
PotionEvent.getPotion() |
| Modifier and Type | Method and Description |
|---|---|
void |
PotionEvent.setPotion(Potion potion) |
| Constructor and Description |
|---|
PotionApplyEvent(Potion potion,
Effect applyEffect,
Entity entity) |
PotionCollideEvent(Potion potion,
EntitySplashPotion thrownPotion) |
PotionEvent(Potion potion) |
| Modifier and Type | Field and Description |
|---|---|
protected static Potion[] |
Potion.potions |
| Modifier and Type | Method and Description |
|---|---|
Potion |
Potion.clone() |
static Potion |
Potion.getPotion(int id) |
static Potion |
Potion.getPotionByName(String name) |
Potion |
Potion.setSplash(boolean splash) |
Copyright © 2020. All rights reserved.