ServerAdvancementManager
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.
import crafttweaker.api.advancement.ServerAdvancementManager;
Extends
ServerAdvancementManager extends SimpleJsonResourceReloadListener
.
Implements
Undocumented Interfaces
PreparableReloadListener
Operators
[](id as ResourceLocation) as Advancement
myServerAdvancementManager[myResourceLocation]
Parameters:
id: ResourceLocation
Type: ResourceLocation
Return Type:
Advancement
Members
Getter
myServerAdvancementManager.allAdvancements
Return Type:
Collection<Advancement>
getAdvancement(id as ResourceLocation) as Advancement
myServerAdvancementManager.getAdvancement(myResourceLocation);
Parameters:
id: ResourceLocation
Type: ResourceLocation
Return Type:
Advancement