Class WrapperPlayServerPlayerCombatKill

java.lang.Object
com.comphenix.packetwrapper.wrappers.AbstractPacket
com.comphenix.packetwrapper.wrappers.play.clientbound.WrapperPlayServerPlayerCombatKill

public class WrapperPlayServerPlayerCombatKill extends AbstractPacket
Unused packet
  • Field Details

    • TYPE

      public static final com.comphenix.protocol.PacketType TYPE
      The packet type that is wrapped by this wrapper.
  • Constructor Details

    • WrapperPlayServerPlayerCombatKill

      public WrapperPlayServerPlayerCombatKill()
    • WrapperPlayServerPlayerCombatKill

      public WrapperPlayServerPlayerCombatKill(com.comphenix.protocol.events.PacketContainer packet)
  • Method Details

    • getPlayerId

      public int getPlayerId()
      Retrieves the value of field 'playerId'
      Returns:
      'playerId'
    • setPlayerId

      public void setPlayerId(int value)
      Sets the value of field 'playerId'
      Parameters:
      value - New value for field 'playerId'
    • getKillerId

      @Deprecated public int getKillerId()
      Deprecated.
      Removed in 1.20
      Retrieves the value of field 'killerId'
      Returns:
      'killerId'
    • setKillerId

      @Deprecated public void setKillerId(int value)
      Deprecated.
      Removed in 1.20
      Sets the value of field 'killerId'
      Parameters:
      value - New value for field 'killerId'
    • getMessage

      public com.comphenix.protocol.wrappers.WrappedChatComponent getMessage()
      Retrieves the value of field 'message'
      Returns:
      'message'
    • setMessage

      public void setMessage(com.comphenix.protocol.wrappers.WrappedChatComponent value)
      Sets the value of field 'message'
      Parameters:
      value - New value for field 'message'