Class JavaUpdateAttributesTranslator

java.lang.Object
org.geysermc.geyser.translator.protocol.PacketTranslator<com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundUpdateAttributesPacket>
org.geysermc.geyser.translator.protocol.java.entity.JavaUpdateAttributesTranslator

public class JavaUpdateAttributesTranslator extends PacketTranslator<com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundUpdateAttributesPacket>
  • Constructor Details

    • JavaUpdateAttributesTranslator

      public JavaUpdateAttributesTranslator()
  • Method Details

    • translate

      public void translate(GeyserSession session, com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundUpdateAttributesPacket packet)
      Specified by:
      translate in class PacketTranslator<com.github.steveice10.mc.protocol.packet.ingame.clientbound.entity.ClientboundUpdateAttributesPacket>