Interface StackExportStrategy.Factory

Enclosing interface:
StackExportStrategy
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 StackExportStrategy.Factory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos fromPos, net.minecraft.core.Direction fromSide)
     
  • Method Details

    • create

      StackExportStrategy create(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos fromPos, net.minecraft.core.Direction fromSide)