registerProfession

open fun registerProfession(professionId: ResourceLocation, professionInitilizer: (TaterzenNPC) -> TaterzenProfession)

Registers a new TaterzenProfession.

Parameters

professionId

a unique id of profession.

professionInitilizer

constructor of profession that accepts TaterzenNPC.