Package net.minecraft.world.damagesource
Class CombatTracker
java.lang.Object
net.minecraft.world.damagesource.CombatTracker
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate int
private int
private final List
<CombatEntry> private boolean
static final Style
private int
private final LivingEntity
static final int
static final int
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
private static Component
getDisplayName
(Entity entity) getFallMessage
(CombatEntry combatEntry, Entity p_entity) private Component
getMessageForAssistedFall
(Entity entity, Component entityDisplayName, String hasWeaponTranslationKey, String noWeaponTranslationKey) void
void
recordDamage
(DamageSource source, float damage) private static boolean
shouldEnterCombat
(DamageSource source)
-
Field Details
-
RESET_DAMAGE_STATUS_TIME
public static final int RESET_DAMAGE_STATUS_TIME- See Also:
-
RESET_COMBAT_STATUS_TIME
public static final int RESET_COMBAT_STATUS_TIME- See Also:
-
INTENTIONAL_GAME_DESIGN_STYLE
-
entries
-
mob
-
lastDamageTime
private int lastDamageTime -
combatStartTime
private int combatStartTime -
combatEndTime
private int combatEndTime -
inCombat
private boolean inCombat -
takingDamage
private boolean takingDamage
-
-
Constructor Details
-
CombatTracker
-
-
Method Details
-
recordDamage
-
shouldEnterCombat
-
getMessageForAssistedFall
-
getFallMessage
-
getDisplayName
-
getDeathMessage
-
getMostSignificantFall
-
getCombatDuration
public int getCombatDuration() -
recheckStatus
public void recheckStatus()
-