public class EntityEffectCache extends Object
| Constructor and Description |
|---|
EntityEffectCache() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEffect(com.github.steveice10.mc.protocol.data.game.entity.Effect effect,
int effectAmplifier) |
int |
getEffectLevel(com.github.steveice10.mc.protocol.data.game.entity.Effect effect) |
void |
removeEffect(com.github.steveice10.mc.protocol.data.game.entity.Effect effect) |
public void addEffect(com.github.steveice10.mc.protocol.data.game.entity.Effect effect,
int effectAmplifier)
public void removeEffect(com.github.steveice10.mc.protocol.data.game.entity.Effect effect)
public int getEffectLevel(com.github.steveice10.mc.protocol.data.game.entity.Effect effect)
Copyright © 2021 GeyserMC. All rights reserved.