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, setStorageIdpublic static final VoidProofStorage INSTANCE
public CompletableFuture<List<Proof>> getProof(UUID playerId)
getProof in class NegativityProofStoragepublic CompletableFuture<List<Proof>> getProofForCheat(UUID playerId, CheatKeys key)
getProofForCheat in class NegativityProofStoragepublic void saveProof(Proof proof)
saveProof in class NegativityProofStorage