Class PersistentDataStorageNoOp

java.lang.Object
wtf.choco.veinminer.data.PersistentDataStorageNoOp
All Implemented Interfaces:
PersistentDataStorage

public final class PersistentDataStorageNoOp extends Object implements PersistentDataStorage
An implementation of PersistentDataStorage that performs no save or load operations. This implementation is used only when all other implementations fail.