Class PacketLifeStateChangeNotify

java.lang.Object
emu.grasscutter.net.packet.BasePacket
emu.grasscutter.server.packet.send.PacketLifeStateChangeNotify

public class PacketLifeStateChangeNotify extends BasePacket
  • Constructor Details

    • PacketLifeStateChangeNotify

      public PacketLifeStateChangeNotify(GameEntity attacker, GameEntity target, LifeState lifeState)
    • PacketLifeStateChangeNotify

      public PacketLifeStateChangeNotify(int attackerId, GameEntity target, LifeState lifeState)
    • PacketLifeStateChangeNotify

      public PacketLifeStateChangeNotify(GameEntity entity, LifeState lifeState, emu.grasscutter.net.proto.PlayerDieTypeOuterClass.PlayerDieType dieType)
    • PacketLifeStateChangeNotify

      public PacketLifeStateChangeNotify(GameEntity entity, LifeState lifeState, GameEntity sourceEntity, String attackTag, emu.grasscutter.net.proto.PlayerDieTypeOuterClass.PlayerDieType dieType)