Class CriteriaData
java.lang.Object
eu.endercentral.crazy_advancements.save.CriteriaData
Represents the Save Data for an Advancement saved by
CriteriaType
LIST- Author:
- Axel
-
Constructor Summary
ConstructorDescriptionCriteriaData
(NameKey name, List<String> criteria) Constructor for creating CriteriaData -
Method Summary
Modifier and TypeMethodDescriptionGets the Criteria that has been awardedgetName()
Gets the Unique Name of the Advancement
-
Constructor Details
-
CriteriaData
Constructor for creating CriteriaData- Parameters:
name
- The Unique Name of the Advancementcriteria
- The Criteria that has been awarded
-
-
Method Details
-
getName
Gets the Unique Name of the Advancement- Returns:
- The Unique Name
-
getCriteria
Gets the Criteria that has been awarded- Returns:
- The Criteria
-