Interface CurveFunction.LevelCurveData

All Known Implementing Classes:
LinearCurveFactory.DynamicLinearCurve
Enclosing class:
CurveFunction

public static interface CurveFunction.LevelCurveData
  • Method Summary

    Modifier and Type
    Method
    Description
    float
    get(float x, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)
     
  • Method Details

    • get

      float get(float x, net.minecraft.world.level.Level level, net.minecraft.core.BlockPos pos)