VillagerProfession
Importing the class
It might be required for you to import the package if you encounter any issues (like casting an Array), so better be safe than sorry and add the import at the very top of the file.
Extending Record
VillagerProfession extends Record. That means all methods available in Record are also available in VillagerProfession
Methods
Return Type: ResourceLocation
Return Type: string
Return Type: Set<ItemDefinition>
Return Type: Set<Block>
Return Type: SoundEvent?
Properties
Name | Type | Has Getter | Has Setter |
---|---|---|---|
Name commandString | Type string | Has Getter true | Has Setter false |
Name name | Type string | Has Getter true | Has Setter false |
Name registryName | Type ResourceLocation | Has Getter true | Has Setter false |
Name requestedItems | Type Set<ItemDefinition> | Has Getter true | Has Setter false |
Name secondaryPoi | Type Set<Block> | Has Getter true | Has Setter false |
Name workSound | Type SoundEvent? | Has Getter true | Has Setter false |