Class BedrockLecternUpdateTranslator
java.lang.Object
org.geysermc.geyser.translator.protocol.PacketTranslator<com.nukkitx.protocol.bedrock.packet.LecternUpdatePacket>
org.geysermc.geyser.translator.protocol.bedrock.BedrockLecternUpdateTranslator
public class BedrockLecternUpdateTranslator
extends PacketTranslator<com.nukkitx.protocol.bedrock.packet.LecternUpdatePacket>
Used to translate moving pages, or closing the inventory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.LecternUpdatePacket packet)
Methods inherited from class org.geysermc.geyser.translator.protocol.PacketTranslator
shouldExecuteInEventLoop
-
Constructor Details
-
BedrockLecternUpdateTranslator
public BedrockLecternUpdateTranslator()
-
-
Method Details
-
translate
public void translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.LecternUpdatePacket packet)- Specified by:
translate
in classPacketTranslator<com.nukkitx.protocol.bedrock.packet.LecternUpdatePacket>
-