Interface IPlayerEntity
- All Known Implementing Classes:
PlayerEntityMixin
public interface IPlayerEntity
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleansevenelements$isCrit(DamageSource source) Returns if the providedDamageSourcecorresponds to a "critical hit" from thisPlayerEntity.
-
Method Details
-
sevenelements$isCrit
Returns if the providedDamageSourcecorresponds to a "critical hit" from thisPlayerEntity.- Parameters:
source- TheDamageSourceto test.
-