Interface ExternalStorageStrategy.Factory

Enclosing interface:
ExternalStorageStrategy
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 ExternalStorageStrategy.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

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