Class AdvancementTypes
- java.lang.Object
-
- org.spongepowered.api.advancement.AdvancementTypes
-
public final class AdvancementTypes extends java.lang.Object
An enumeration of all the availableAdvancementType
s in Minecraft.
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultedRegistryReference<AdvancementType>
CHALLENGE
Represents the challenge completion advancement type.static DefaultedRegistryReference<AdvancementType>
GOAL
Represents the goal reached advancement type.static DefaultedRegistryReference<AdvancementType>
TASK
Represents the advancement made advancement type.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Registry<AdvancementType>
registry()
-
-
-
Field Detail
-
CHALLENGE
public static final DefaultedRegistryReference<AdvancementType> CHALLENGE
Represents the challenge completion advancement type.
-
GOAL
public static final DefaultedRegistryReference<AdvancementType> GOAL
Represents the goal reached advancement type.
-
TASK
public static final DefaultedRegistryReference<AdvancementType> TASK
Represents the advancement made advancement type.
-
-
Method Detail
-
registry
public static Registry<AdvancementType> registry()
-
-