Interface ImmutableCooldownInstance.GroupBuildStage
- All Known Implementing Classes:
ImmutableCooldownInstance.Builder
- Enclosing class:
- ImmutableCooldownInstance
public static interface ImmutableCooldownInstance.GroupBuildStage
-
Method Summary
Modifier and TypeMethodDescriptiongroup(@NonNull CooldownGroup group) Initializes the value for thegroupattribute.
-
Method Details
-
group
Initializes the value for thegroupattribute.- Parameters:
group- The value for group- Returns:
thisbuilder for use in a chained invocation
-