Interface HurtAnimationPacketView

All Superinterfaces:
PacketView

public interface HurtAnimationPacketView extends PacketView
Lazy copy-on-write view of a clientbound hurt animation.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
    entityId(int entityId)
     
    float
    yaw()
     
    void
    yaw(float yaw)
     

    Methods inherited from interface devs.beer.nativepackets.api.PacketView

    isModified, nativeHandle, type
  • Method Details

    • entityId

      int entityId()
    • yaw

      float yaw()
    • entityId

      void entityId(int entityId)
    • yaw

      void yaw(float yaw)