public interface Effect
| Modifier and Type | Method and Description |
|---|---|
void |
handleEffectPacket(GeyserSession session,
com.github.steveice10.mc.protocol.packet.ingame.server.world.ServerPlayEffectPacket packet)
Translates the given
ServerPlayEffectPacket into bedrock and sends it upstream. |
void handleEffectPacket(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.server.world.ServerPlayEffectPacket packet)
ServerPlayEffectPacket into bedrock and sends it upstream.session - GeyserSessionpacket - the effect packet to handleCopyright © 2020 GeyserMC. All rights reserved.