Interface DensityFunction.FunctionContext

All Known Implementing Classes:
DensityFunction.SinglePointContext, NoiseChunk
Enclosing interface:
DensityFunction

public static interface DensityFunction.FunctionContext
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    int
     
    int
     
    default Blender
     
  • Method Details

    • blockX

      int blockX()
    • blockY

      int blockY()
    • blockZ

      int blockZ()
    • getBlender

      default Blender getBlender()