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 Details

    • BedrockInventoryTransactionTranslator

      public BedrockInventoryTransactionTranslator()
  • Method Details

    • translate

      public void translate(GeyserSession session, com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket packet)
      Specified by:
      translate in class PacketTranslator<com.nukkitx.protocol.bedrock.packet.InventoryTransactionPacket>