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 FallLocationTypeFallLocationType.GENERICThe entity was not within a special fall location.static final FallLocationTypeFallLocationType.LADDERThe entity was within the ladder.static final FallLocationTypeFallLocationType.OTHER_CLIMBABLEThe entity was within some other climbable block.static final FallLocationTypeFallLocationType.SCAFFOLDINGThe entity was in scaffolding.static final FallLocationTypeFallLocationType.TWISTING_VINESThe entity was in twisting vines.static final FallLocationTypeFallLocationType.VINESThe entity was in vines.static final FallLocationTypeFallLocationType.WATERThe entity was in water.static final FallLocationTypeFallLocationType.WEEPING_VINESThe 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 CombatEntryCombatEntry.combatEntry(DamageSource damageSource, float damage, @Nullable FallLocationType fallLocationType, float fallDistance) Creates a new combat entry