Interface FluidBehavior.Builder.MovementSlowdownFunction

Enclosing interface:
FluidBehavior.Builder

public static interface FluidBehavior.Builder.MovementSlowdownFunction
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.phys.Vec3
    apply(net.minecraft.world.entity.LivingEntity entity, net.minecraft.world.phys.Vec3 movementDelta, boolean isBelowJumpThreshold, double baseGravity, boolean isFalling)
     
  • Method Details

    • apply

      net.minecraft.world.phys.Vec3 apply(net.minecraft.world.entity.LivingEntity entity, net.minecraft.world.phys.Vec3 movementDelta, boolean isBelowJumpThreshold, double baseGravity, boolean isFalling)