Class HoverEvent.Action<V>

  • Enclosing class:
    HoverEvent<V>

    public static final class HoverEvent.Action<V>
    extends Object
    An enumeration of hover event actions.
    Since:
    4.0.0
    • Method Detail

      • type

        @NotNull
        public @NotNull Class<V> type()
        Gets the value type.
        Returns:
        the value type
        Since:
        4.0.0
      • readable

        public boolean readable()
        Tests if this action is readable.
        Returns:
        true if this action is readable, false if this action is not readable
        Since:
        4.0.0