Class ClaimResult<C extends IPlayerChunkClaimAPI>
java.lang.Object
xaero.pac.common.claims.result.api.ClaimResult<C>
A claim result for a single chunk
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionClaimResult
(C claimResult, ClaimResult.Type resultType) A constructor for internal usage -
Method Summary
Modifier and TypeMethodDescriptionGets the claim state associated with this result where relevant.Gets theClaimResult.Type
of this result.
-
Constructor Details
-
ClaimResult
A constructor for internal usage- Parameters:
claimResult
- the claim state where relevantresultType
- the result type
-
-
Method Details
-
getClaimResult
Gets the claim state associated with this result where relevant.- Returns:
- the claim state for this result, can be null
-
getResultType
Gets theClaimResult.Type
of this result.- Returns:
- the type of this result, not null
-