Uses of Interface
io.papermc.paper.world.damagesource.FallLocationType
Packages that use FallLocationType
-
Uses of FallLocationType in io.papermc.paper
Methods in io.papermc.paper with parameters of type FallLocationTypeModifier and TypeMethodDescriptionInternalAPIBridge.createCombatEntry
(DamageSource damageSource, float damage, @Nullable FallLocationType fallLocationType, float fallDistance) Creates a new combat entry -
Uses of FallLocationType in io.papermc.paper.world.damagesource
Fields in io.papermc.paper.world.damagesource declared as FallLocationTypeModifier and TypeFieldDescriptionstatic final FallLocationType
FallLocationType.GENERIC
The entity was not within a special fall location.static final FallLocationType
FallLocationType.LADDER
The entity was within the ladder.static final FallLocationType
FallLocationType.OTHER_CLIMBABLE
The entity was within some other climbable block.static final FallLocationType
FallLocationType.SCAFFOLDING
The entity was in scaffolding.static final FallLocationType
FallLocationType.TWISTING_VINES
The entity was in twisting vines.static final FallLocationType
FallLocationType.VINES
The entity was in vines.static final FallLocationType
FallLocationType.WATER
The entity was in water.static final FallLocationType
FallLocationType.WEEPING_VINES
The entity was in weeping wines.Methods in io.papermc.paper.world.damagesource that return FallLocationTypeModifier and TypeMethodDescriptionCombatTracker.calculateFallLocationType()
Calculates the fall location type from the current entity's location.CombatEntry.getFallLocationType()
Gets the fall location type at the time of this damage.Methods in io.papermc.paper.world.damagesource with parameters of type FallLocationTypeModifier and TypeMethodDescriptionstatic CombatEntry
CombatEntry.combatEntry
(DamageSource damageSource, float damage, @Nullable FallLocationType fallLocationType, float fallDistance) Creates a new combat entry