Interface SextantItem.ShapeVisualizer

Enclosing class:
SextantItem
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface SextantItem.ShapeVisualizer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visualize(net.minecraft.world.level.Level world, int x, int y, int z, WispParticleData data, double cosR, double sinR)
     
  • Method Details

    • visualize

      void visualize(net.minecraft.world.level.Level world, int x, int y, int z, WispParticleData data, double cosR, double sinR)