Uses of Record Class
net.minecraft.entity.damage.FallLocation
Packages that use FallLocation
-
Uses of FallLocation in net.minecraft.entity.damage
Fields in net.minecraft.entity.damage declared as FallLocationModifier and TypeFieldDescriptionprivate final @Nullable FallLocation
DamageRecord.fallLocation
The field for thefallLocation
record component.static final FallLocation
FallLocation.GENERIC
static final FallLocation
FallLocation.LADDER
static final FallLocation
FallLocation.OTHER_CLIMBABLE
static final FallLocation
FallLocation.SCAFFOLDING
static final FallLocation
FallLocation.TWISTING_VINES
static final FallLocation
FallLocation.VINES
static final FallLocation
FallLocation.WATER
static final FallLocation
FallLocation.WEEPING_VINES
Methods in net.minecraft.entity.damage that return FallLocationModifier and TypeMethodDescriptionDamageRecord.fallLocation()
Returns the value of thefallLocation
record component.static FallLocation
FallLocation.fromBlockState
(BlockState state) static @Nullable FallLocation
FallLocation.fromEntity
(LivingEntity entity) Constructors in net.minecraft.entity.damage with parameters of type FallLocationModifierConstructorDescriptionDamageRecord
(DamageSource damageSource, float float2, @Nullable FallLocation fallLocation, float float3)