Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Attributes | List of all members
TakeDamageInfo Struct Reference

#include <Entity.h>

Collaboration diagram for TakeDamageInfo:
Collaboration graph
[legend]

Public Attributes

cEntityAttacker
 
eDamageType DamageType
 
float FinalDamage
 
Vector3d Knockback
 
int RawDamage
 

Detailed Description

Definition at line 59 of file Entity.h.

Member Data Documentation

◆ Attacker

cEntity* TakeDamageInfo::Attacker

Definition at line 62 of file Entity.h.

◆ DamageType

eDamageType TakeDamageInfo::DamageType

Definition at line 61 of file Entity.h.

◆ FinalDamage

float TakeDamageInfo::FinalDamage

Definition at line 64 of file Entity.h.

◆ Knockback

Vector3d TakeDamageInfo::Knockback

Definition at line 65 of file Entity.h.

◆ RawDamage

int TakeDamageInfo::RawDamage

Definition at line 63 of file Entity.h.


The documentation for this struct was generated from the following file: