Class Internals


  • @Internal
    public final class Internals
    extends java.lang.Object
    Utilities internal to Adventure.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static @NotNull java.lang.String toString​(@NotNull net.kyori.examination.Examinable examinable)
      Examines an Examinable using the StringExaminer.
      • Methods inherited from class java.lang.Object

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

      • toString

        @NotNull
        public static @NotNull java.lang.String toString​(@NotNull
                                                         @NotNull net.kyori.examination.Examinable examinable)
        Examines an Examinable using the StringExaminer.
        Parameters:
        examinable - the examinable
        Returns:
        the result from examining
        Since:
        4.10.0