| Modifier and Type | Method and Description |
|---|---|
Effect |
Entity.getEffect(int effectId) |
| Modifier and Type | Method and Description |
|---|---|
it.unimi.dsi.fastutil.shorts.Short2ObjectMap<Effect> |
Entity.getEffects() |
| Modifier and Type | Method and Description |
|---|---|
void |
Entity.addEffect(Effect effect) |
| Modifier and Type | Field and Description |
|---|---|
protected it.unimi.dsi.fastutil.shorts.Short2ObjectMap<Effect> |
BaseEntity.effects |
| Modifier and Type | Method and Description |
|---|---|
Effect |
BaseEntity.getEffect(int effectId) |
| Modifier and Type | Method and Description |
|---|---|
it.unimi.dsi.fastutil.shorts.Short2ObjectMap<Effect> |
BaseEntity.getEffects() |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseEntity.addEffect(Effect effect) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Effect> |
EntityAreaEffectCloud.cloudEffects |
| Modifier and Type | Method and Description |
|---|---|
List<Effect> |
EntityAreaEffectCloud.getCloudEffects() |
| Modifier and Type | Method and Description |
|---|---|
List<Effect> |
AreaEffectCloud.getCloudEffects() |
| Modifier and Type | Method and Description |
|---|---|
Effect |
PotionApplyEvent.getApplyEffect() |
| Modifier and Type | Method and Description |
|---|---|
void |
PotionApplyEvent.setApplyEffect(Effect applyEffect) |
| Constructor and Description |
|---|
PotionApplyEvent(Potion potion,
Effect applyEffect,
Entity entity) |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Effect,Float> |
FoodEffective.effects |
| Modifier and Type | Method and Description |
|---|---|
FoodEffective |
FoodEffective.addChanceEffect(float chance,
Effect effect) |
FoodEffective |
FoodEffective.addEffect(Effect effect) |
| Modifier and Type | Class and Description |
|---|---|
class |
InstantEffect
author: MagicDroidX
Nukkit Project
|
| Modifier and Type | Field and Description |
|---|---|
protected static Effect[] |
Effect.effects |
| Modifier and Type | Method and Description |
|---|---|
Effect |
Effect.clone() |
Effect |
Potion.getEffect() |
static Effect |
Effect.getEffect(int id) |
static Effect |
Potion.getEffect(int potionType,
boolean isSplash) |
static Effect |
Effect.getEffect(com.nukkitx.nbt.NbtMap tag) |
static Effect |
Effect.getEffectByName(String name) |
Effect |
Effect.setAmbient(boolean ambient) |
Effect |
Effect.setAmplifier(int amplifier) |
Effect |
Effect.setDuration(int ticks) |
Effect |
Effect.setVisible(boolean visible) |
Copyright © 2020. All rights reserved.