Package cloud.commandframework.captions
Interface FactoryDelegatingCaptionRegistry<C>
-
- Type Parameters:
C- Command sender type
- All Superinterfaces:
CaptionRegistry<C>
- All Known Implementing Classes:
SimpleCaptionRegistry
public interface FactoryDelegatingCaptionRegistry<C> extends CaptionRegistry<C>
Caption registry that delegates to factory methods
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterMessageFactory(@NonNull Caption caption, @NonNull java.util.function.BiFunction<Caption,C,java.lang.String> factory)Register a message factory-
Methods inherited from interface cloud.commandframework.captions.CaptionRegistry
getCaption
-
-