Package cloud.commandframework.captions
Class SimpleCaptionRegistryFactory<C>
- java.lang.Object
-
- cloud.commandframework.captions.SimpleCaptionRegistryFactory<C>
-
- Type Parameters:
C- Command sender type
public final class SimpleCaptionRegistryFactory<C> extends java.lang.ObjectFactory creatingSimpleCaptionRegistryinstances
-
-
Constructor Summary
Constructors Constructor Description SimpleCaptionRegistryFactory()
-
Method Summary
Modifier and Type Method Description @NonNull SimpleCaptionRegistry<C>create()Create a new simple caption registry instance
-
-
-
Method Detail
-
create
public @NonNull SimpleCaptionRegistry<C> create()
Create a new simple caption registry instance- Returns:
- Created instance
-
-