Interface FluidBehavior.Builder.MovementSlowdownFunction
- Enclosing interface:
FluidBehavior.Builder
public static interface FluidBehavior.Builder.MovementSlowdownFunction
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.world.phys.Vec3apply(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)
-