Interface NamespacedCaption

All Superinterfaces:
Caption
All Known Implementing Classes:
TranslatableCaption

public interface NamespacedCaption extends Caption
A Caption that can be identified by a namespace-key pair
  • Method Summary

    Modifier and Type
    Method
    Description
    @NonNull String
    Get the key that identifies this caption
    @NonNull String
    Get the namespace that this caption belongs to

    Methods inherited from interface com.plotsquared.core.configuration.caption.Caption

    getComponent
  • Method Details

    • getKey

      @NonNull String getKey()
      Get the key that identifies this caption
      Returns:
      Caption key
    • getNamespace

      @NonNull String getNamespace()
      Get the namespace that this caption belongs to
      Returns:
      Namespace