Interface SextantItem.ShapeCreator

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.ShapeCreator
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    create(vazkii.patchouli.api.IStateMatcher matcher, double radius, Map<net.minecraft.core.BlockPos,vazkii.patchouli.api.IStateMatcher> map)
     
  • Method Details

    • create

      void create(vazkii.patchouli.api.IStateMatcher matcher, double radius, Map<net.minecraft.core.BlockPos,vazkii.patchouli.api.IStateMatcher> map)