Interface PotPatternRegistryEntry.Builder
- All Superinterfaces:
PotPatternRegistryEntry, RegistryBuilder<PotPatternType>
- Enclosing interface:
PotPatternRegistryEntry
@NonExtendable
public static interface PotPatternRegistryEntry.Builder
extends PotPatternRegistryEntry, RegistryBuilder<PotPatternType>
A mutable builder for the
PotPatternRegistryEntry plugins may change in applicable registry events.
The following values are required for each builder:
-
Nested Class Summary
Nested classes/interfaces inherited from interface PotPatternRegistryEntry
PotPatternRegistryEntry.Builder -
Method Summary
Modifier and TypeMethodDescriptionSets the asset id of the pattern type, which is the location of the sprite to use.Methods inherited from interface PotPatternRegistryEntry
assetId
-
Method Details
-
assetId
Sets the asset id of the pattern type, which is the location of the sprite to use.- Parameters:
assetId- the asset id- Returns:
- this builder instance
- See Also:
-