Class Captioner

java.lang.Object
org.incendo.cloud.caption.DelegatingCaptionProvider<Sender>
dev.kitteh.factions.command.Captioner
All Implemented Interfaces:
org.incendo.cloud.caption.CaptionProvider<Sender>

@Internal @NullMarked public final class Captioner extends org.incendo.cloud.caption.DelegatingCaptionProvider<Sender>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.incendo.cloud.caption.Caption
     
    static final org.incendo.cloud.caption.Caption
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.incendo.cloud.caption.CaptionProvider<Sender>
     

    Methods inherited from class org.incendo.cloud.caption.DelegatingCaptionProvider

    provide

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NO_FACTION_FOUND

      public static final org.incendo.cloud.caption.Caption NO_FACTION_FOUND
    • NO_PLAYER_FOUND

      public static final org.incendo.cloud.caption.Caption NO_PLAYER_FOUND
  • Constructor Details

    • Captioner

      public Captioner()
  • Method Details

    • delegate

      public org.incendo.cloud.caption.CaptionProvider<Sender> delegate()
      Specified by:
      delegate in class org.incendo.cloud.caption.DelegatingCaptionProvider<Sender>