Package com.griefdefender.api.claim
Interface ClaimVisualType
- All Superinterfaces:
CatalogType
Represents a claim visual type.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ClaimVisualType.Builderbuilder()Gets a new claim builder instance forClaimVisualType.Builder.Gets the accent block id.Gets the corner block id.Gets the filler block id.Methods inherited from interface com.griefdefender.api.CatalogType
getId, getName
-
Method Details
-
getAccentBlockId
String getAccentBlockId()Gets the accent block id.- Returns:
- The accent block id
-
getCornerBlockId
String getCornerBlockId()Gets the corner block id.- Returns:
- The corner block id
-
getFillerBlockId
String getFillerBlockId()Gets the filler block id.- Returns:
- The filler block id
-
builder
Gets a new claim builder instance forClaimVisualType.Builder.- Returns:
- A new claim builder instance
-