Interface AccountDeletionResultType
- All Superinterfaces:
DefaultedRegistryValue
@CatalogedBy(AccountDeletionResultTypes.class)
public interface AccountDeletionResultType
extends DefaultedRegistryValue
Indicates whether the deletion of an
Account
succeeded.-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns whether this result type represents a successful deletion.Methods inherited from interface org.spongepowered.api.registry.DefaultedRegistryValue
asDefaultedReference, findKey, key
-
Method Details
-
isSuccess
boolean isSuccess()Returns whether this result type represents a successful deletion.- Returns:
- Whether the result represents a successful deletion.
-