AdvancementRequirements
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Members
count(test as function(t as string) as bool) as int
Parameters:
test: function(t as string) as bool
Type: function(t as string) as bool
Return Type:
int
Getter
Return Type:
bool
Getter
Return Type:
Set<string>
Getter
Return Type:
List<List<string>>
Getter
Return Type:
int
test(test as function(t as string) as bool) as bool
Parameters:
test: function(t as string) as bool
Type: function(t as string) as bool
Return Type:
bool