Interface ImmutableCooldownInstance.ProfileBuildStage
- All Known Implementing Classes:
ImmutableCooldownInstance.Builder
- Enclosing class:
- ImmutableCooldownInstance
public static interface ImmutableCooldownInstance.ProfileBuildStage
-
Method Summary
Modifier and TypeMethodDescriptionprofile(@NonNull CooldownProfile profile) Initializes the value for theprofileattribute.
-
Method Details
-
profile
Initializes the value for theprofileattribute.- Parameters:
profile- The value for profile- Returns:
thisbuilder for use in a chained invocation
-