Interface HiddenVisibility

All Superinterfaces:
IVisibility

public interface HiddenVisibility extends IVisibility
If an advancement implements this visibility, it will be visible only if the progression is greater than zero.

This class is part of the Advancement Visibility System. See IVisibility for more information.

  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    Whether the specified team has a progression grater than zero for the provided advancement.
  • Method Details