Class SimpleCaptionRegistryFactory<C>

  • Type Parameters:
    C - Command sender type

    public final class SimpleCaptionRegistryFactory<C>
    extends java.lang.Object
    Factory creating SimpleCaptionRegistry instances
    • Method Summary

      Modifier and Type Method Description
      @NonNull SimpleCaptionRegistry<C> create()
      Create a new simple caption registry instance
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleCaptionRegistryFactory

        public SimpleCaptionRegistryFactory()
    • Method Detail

      • create

        public @NonNull SimpleCaptionRegistry<C> create()
        Create a new simple caption registry instance
        Returns:
        Created instance