public final class VoidProofStorage extends NegativityProofStorage
Modifier and Type | Field and Description |
---|---|
static VoidProofStorage |
INSTANCE |
Constructor and Description |
---|
VoidProofStorage() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<List<Proof>> |
getProof(UUID playerId) |
CompletableFuture<List<Proof>> |
getProofForCheat(UUID playerId,
CheatKeys key) |
void |
saveProof(Proof proof) |
enable, getStorage, getStorageId, getStorages, init, register, saveProof, setDefaultStorage, setStorageId
public static final VoidProofStorage INSTANCE
public CompletableFuture<List<Proof>> getProof(UUID playerId)
getProof
in class NegativityProofStorage
public CompletableFuture<List<Proof>> getProofForCheat(UUID playerId, CheatKeys key)
getProofForCheat
in class NegativityProofStorage
public void saveProof(Proof proof)
saveProof
in class NegativityProofStorage