Interface ExporterTransferStrategyFactory


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

    • getResourceType

      Class<? extends ResourceKey> getResourceType()
    • create

      ExporterTransferStrategy create(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction direction, UpgradeState upgradeState, boolean fuzzyMode)