<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Unmodifiable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Unmodifiable</a><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Collection.html"title="class or interface in java.util"class="external-link">Collection</a><<ahref="Advancement.html"title="interface in org.bukkit.advancement">Advancement</a>></code></div>
<divclass="block">Gets all the direct children advancements.</div>
</div>
<divclass="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Collection.html"title="class or interface in java.util"class="external-link">Collection</a><<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a>></code></div>
<divclass="block">Get the display info of this advancement.</div>
</div>
<divclass="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="Advancement.html"title="interface in org.bukkit.advancement">Advancement</a></code></div>
<divclass="block">Gets the parent advancement, if any.</div>
</div>
<divclass="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Advancement.html"title="interface in org.bukkit.advancement">Advancement</a></code></div>
<divclass="block">Gets the root advancement of the tree this is located in.</div>
</div>
</div>
</div>
</div>
<divclass="inherited-list">
<h3id="methods-inherited-from-class-org.bukkit.Keyed">Methods inherited from interface org.bukkit.<ahref="../Keyed.html"title="interface in org.bukkit">Keyed</a></h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Collection.html"title="class or interface in java.util"class="external-link">Collection</a><<ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html"title="class or interface in java.lang"class="external-link">String</a>></span> <spanclass="element-name">getCriteria</span>()</div>
<divclass="block">Get all the criteria present in this advancement.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>a unmodifiable copy of all criteria</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getDisplay()">
<h3>getDisplay</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a>
</span><spanclass="return-type"><ahref="../../../io/papermc/paper/advancement/AdvancementDisplay.html"title="interface in io.papermc.paper.advancement">AdvancementDisplay</a></span> <spanclass="element-name">getDisplay</span>()</div>
<divclass="block">Get the display info of this advancement.
<p>
Will be <code>null</code> when totally hidden, for example with crafting
recipes.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>the display info</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getParent()">
<h3>getParent</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Nullable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Nullable</a><ahref="Advancement.html"title="interface in org.bukkit.advancement">Advancement</a></span> <spanclass="element-name">getParent</span>()</div>
<divclass="block">Gets the parent advancement, if any.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>the parent advancement</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getChildren()">
<h3>getChildren</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/Unmodifiable.html"title="class or interface in org.jetbrains.annotations"class="external-link">@Unmodifiable</a><ahref="https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/util/Collection.html"title="class or interface in java.util"class="external-link">Collection</a><<ahref="Advancement.html"title="interface in org.bukkit.advancement">Advancement</a>></span> <spanclass="element-name">getChildren</span>()</div>
<divclass="block">Gets all the direct children advancements.</div>
<dlclass="notes">
<dt>Returns:</dt>
<dd>the children advancements</dd>
</dl>
</section>
</li>
<li>
<sectionclass="detail"id="getRoot()">
<h3>getRoot</h3>
<divclass="member-signature"><spanclass="annotations"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a>
</span><spanclass="return-type"><ahref="https://javadoc.io/doc/org.jetbrains/annotations/23.0.0/org/jetbrains/annotations/NotNull.html"title="class or interface in org.jetbrains.annotations"class="external-link">@NotNull</a><ahref="Advancement.html"title="interface in org.bukkit.advancement">Advancement</a></span> <spanclass="element-name">getRoot</span>()</div>
<divclass="block">Gets the root advancement of the tree this is located in.</div>