Unused imports
This commit is contained in:
@@ -4,6 +4,7 @@ import java.util.List;
|
||||
|
||||
/**
|
||||
* Should be implemented as a capability on tile entities.
|
||||
*
|
||||
* @see refinedstorage.api.RefinedStorageCapabilities#STORAGE_PROVIDER_CAPABILITY
|
||||
*/
|
||||
public interface IStorageProvider {
|
||||
|
||||
@@ -11,7 +11,6 @@ import refinedstorage.RefinedStorageUtils;
|
||||
import javax.annotation.Nullable;
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
import java.util.concurrent.FutureTask;
|
||||
|
||||
/**
|
||||
* A implementation of {@link IStorage} that stores storage items in NBT.
|
||||
|
||||
Reference in New Issue
Block a user