Interface DecoratedPotPatternRegistryEntry.Builder
- All Superinterfaces:
DecoratedPotPatternRegistryEntry, RegistryBuilder<PotPatternType>
- Enclosing interface:
DecoratedPotPatternRegistryEntry
@NonExtendable
public static interface DecoratedPotPatternRegistryEntry.Builder
extends DecoratedPotPatternRegistryEntry, RegistryBuilder<PotPatternType>
A mutable builder for the
DecoratedPotPatternRegistryEntry plugins may change in applicable registry events.
The following values are required for each builder:
-
Nested Class Summary
Nested classes/interfaces inherited from interface DecoratedPotPatternRegistryEntry
DecoratedPotPatternRegistryEntry.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 DecoratedPotPatternRegistryEntry
assetId
-
Method Details
-
assetId
@Contract(value="_ -> this", mutates="this") DecoratedPotPatternRegistryEntry.Builder assetId(Key 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:
-