Class BedrockInventoryTransactionTranslator

java.lang.Object
org.geysermc.geyser.translator.protocol.PacketTranslator<org.cloudburstmc.protocol.bedrock.packet.InventoryTransactionPacket>
org.geysermc.geyser.translator.protocol.bedrock.BedrockInventoryTransactionTranslator

public class BedrockInventoryTransactionTranslator extends PacketTranslator<org.cloudburstmc.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, org.cloudburstmc.protocol.bedrock.packet.InventoryTransactionPacket packet)
      Specified by:
      translate in class PacketTranslator<org.cloudburstmc.protocol.bedrock.packet.InventoryTransactionPacket>