Interface ExporterTransferStrategyFactory
@API(status=STABLE,
since="2.0.0-milestone.2.4")
public interface ExporterTransferStrategyFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(net.minecraft.server.level.ServerLevel level, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction direction, UpgradeState upgradeState, boolean fuzzyMode) Class
<? extends ResourceKey>
-
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)
-