Interface PlatformExternalStorageProviderFactory

All Known Implementing Classes:
InterfacePlatformExternalStorageProviderFactory

@API(status=STABLE, since="2.0.0-milestone.2.4") public interface PlatformExternalStorageProviderFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    create(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction direction)
     
    default int
     
  • Method Details

    • create

      Optional<ExternalStorageProvider> create(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction direction)
    • getPriority

      default int getPriority()