| Package | Description |
|---|---|
| net.tridentsdk.meta.item |
Item metadata components
|
| net.tridentsdk.server.data.item |
Item metadata
|
| net.tridentsdk.server.effect.potion |
Represents applicable potion types
|
| Modifier and Type | Method and Description |
|---|---|
List<PotionEffect> |
PotionMeta.effects()
Gets this Potion's applied effects.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
PotionMeta.addEffect(PotionEffect effect)
Adds a provided potion effect to this item.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PotionMeta.setEffects(List<PotionEffect> effects)
Sets this Potion's applied effects.
|
| Modifier and Type | Method and Description |
|---|---|
List<PotionEffect> |
PotionMetaImpl.effects() |
| Modifier and Type | Method and Description |
|---|---|
void |
PotionMetaImpl.setEffects(List<PotionEffect> effects) |
| Modifier and Type | Class and Description |
|---|---|
class |
TridentPotionEffect
Represents a potion effect
|
Copyright © 2016. All rights reserved.