Package com.griefdefender.api.claim
Interface ClaimVisualType.Builder
- Enclosing interface:
ClaimVisualType
public static interface ClaimVisualType.Builder
-
Method Summary
Modifier and TypeMethodDescriptionaccentBlock(String id) Sets the accent block id.build()Returns theClaimVisualType.cornerBlock(String id) Sets the corner block id.fillerBlock(String id) Sets the filler block id.Sets the visual type name.reset()Resets the builder to default settings.
-
Method Details
-
name
Sets the visual type name.- Parameters:
name- The visual type name- Returns:
- The builder
-
accentBlock
Sets the accent block id.- Parameters:
id- The accent block id- Returns:
- The builder
-
cornerBlock
Sets the corner block id.- Parameters:
id- The corner block id- Returns:
- The builder
-
fillerBlock
Sets the filler block id.- Parameters:
id- The filler block id- Returns:
- The builder
-
reset
ClaimVisualType.Builder reset()Resets the builder to default settings.- Returns:
- The builder
-
build
ClaimVisualType build()Returns theClaimVisualType.- Returns:
- The claim visual type
-