Package cloud.commandframework.captions
Interface CaptionRegistry<C>
-
- Type Parameters:
C- Command sender type
- All Known Subinterfaces:
FactoryDelegatingCaptionRegistry<C>
- All Known Implementing Classes:
SimpleCaptionRegistry
public interface CaptionRegistry<C>Registry that allows for messages to be configurable per-sender
-
-
Method Summary
Modifier and Type Method Description @NonNull java.lang.StringgetCaption(@NonNull Caption caption, @NonNull C sender)Get a caption for a specific sender
-