Class BedrockInventoryTransactionTranslator
java.lang.Object
org.geysermc.geyser.translator.protocol.PacketTranslator<com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket>
org.geysermc.geyser.translator.protocol.bedrock.BedrockInventoryTransactionTranslator
public class BedrockInventoryTransactionTranslator
extends PacketTranslator<com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket>
BedrockInventoryTransactionTranslator handles most interactions between the client and the world,
or the client and their inventory.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet)
Methods inherited from class org.geysermc.geyser.translator.protocol.PacketTranslator
shouldExecuteInEventLoop
-
Constructor Details
-
BedrockInventoryTransactionTranslator
public BedrockInventoryTransactionTranslator()
-
-
Method Details
-
translate
public void translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet)- Specified by:
translate
in classPacketTranslator<com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket>
-