Class AdvancementUtils
java.lang.Object
net.minestom.server.utils.advancement.AdvancementUtils
public final class AdvancementUtils
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description static AdvancementsPacket
getRemovePacket(java.lang.String[] identifiers)
Gets anAdvancementsPacket
which remove the specified identifiers.
-
Method Details
-
getRemovePacket
Gets anAdvancementsPacket
which remove the specified identifiers.- Parameters:
identifiers
- the identifiers to remove- Returns:
- the packet to remove all the identifiers
-