public class CloudEffect
extends org.cloudburstmc.api.potion.Effect
| Constructor and Description |
|---|
CloudEffect(@NonNull org.cloudburstmc.api.potion.EffectType type) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(org.cloudburstmc.api.entity.Entity entity) |
void |
applyEffect(org.cloudburstmc.api.entity.Entity entity) |
boolean |
canTick() |
com.nukkitx.nbt.NbtMap |
createTag() |
static org.cloudburstmc.api.potion.Effect |
fromNBT(byte id,
boolean ambient,
int amplifier,
boolean visible,
int duration) |
static org.cloudburstmc.api.potion.Effect |
fromNBT(com.nukkitx.nbt.NbtMap tag) |
String |
getName() |
byte |
getNetworkId() |
void |
remove(org.cloudburstmc.api.entity.Entity entity) |
CloudEffect |
setAmbient(boolean ambient) |
CloudEffect |
setAmplifier(int amplifier) |
CloudEffect |
setDuration(int ticks) |
CloudEffect |
setVisible(boolean visible) |
public CloudEffect(@NonNull
@NonNull org.cloudburstmc.api.potion.EffectType type)
public static org.cloudburstmc.api.potion.Effect fromNBT(com.nukkitx.nbt.NbtMap tag)
public static org.cloudburstmc.api.potion.Effect fromNBT(byte id,
boolean ambient,
int amplifier,
boolean visible,
int duration)
public String getName()
public byte getNetworkId()
public boolean canTick()
canTick in class org.cloudburstmc.api.potion.Effectpublic void applyEffect(org.cloudburstmc.api.entity.Entity entity)
applyEffect in class org.cloudburstmc.api.potion.Effectpublic void add(org.cloudburstmc.api.entity.Entity entity)
add in class org.cloudburstmc.api.potion.Effectpublic void remove(org.cloudburstmc.api.entity.Entity entity)
remove in class org.cloudburstmc.api.potion.Effectpublic com.nukkitx.nbt.NbtMap createTag()
public CloudEffect setDuration(int ticks)
setDuration in class org.cloudburstmc.api.potion.Effectpublic CloudEffect setAmplifier(int amplifier)
setAmplifier in class org.cloudburstmc.api.potion.Effectpublic CloudEffect setVisible(boolean visible)
setVisible in class org.cloudburstmc.api.potion.Effectpublic CloudEffect setAmbient(boolean ambient)
setAmbient in class org.cloudburstmc.api.potion.EffectCopyright © 2021. All rights reserved.