Package io.papermc.paper.registry.keys
Class VillagerProfessionKeys
java.lang.Object
io.papermc.paper.registry.keys.VillagerProfessionKeys
@GeneratedFrom("1.21.3")
@NullMarked
@Experimental
public final class VillagerProfessionKeys
extends Object
Vanilla keys for
RegistryKey.VILLAGER_PROFESSION
.- API Note:
- The fields provided here are a direct representation of what is available from the vanilla game source. They may be changed (including removals) on any Minecraft version bump, so cross-version compatibility is not provided on the same level as it is on most of the other API.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TypedKey
<Villager.Profession> minecraft:armorer
static final TypedKey
<Villager.Profession> minecraft:butcher
static final TypedKey
<Villager.Profession> minecraft:cartographer
static final TypedKey
<Villager.Profession> minecraft:cleric
static final TypedKey
<Villager.Profession> minecraft:farmer
static final TypedKey
<Villager.Profession> minecraft:fisherman
static final TypedKey
<Villager.Profession> minecraft:fletcher
static final TypedKey
<Villager.Profession> minecraft:leatherworker
static final TypedKey
<Villager.Profession> minecraft:librarian
static final TypedKey
<Villager.Profession> minecraft:mason
static final TypedKey
<Villager.Profession> minecraft:nitwit
static final TypedKey
<Villager.Profession> minecraft:none
static final TypedKey
<Villager.Profession> minecraft:shepherd
static final TypedKey
<Villager.Profession> minecraft:toolsmith
static final TypedKey
<Villager.Profession> minecraft:weaponsmith
-
Method Summary
-
Field Details
-
ARMORER
minecraft:armorer
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
BUTCHER
minecraft:butcher
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CARTOGRAPHER
minecraft:cartographer
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
CLERIC
minecraft:cleric
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FARMER
minecraft:farmer
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FISHERMAN
minecraft:fisherman
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
FLETCHER
minecraft:fletcher
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
LEATHERWORKER
minecraft:leatherworker
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
LIBRARIAN
minecraft:librarian
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
MASON
minecraft:mason
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
NITWIT
minecraft:nitwit
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
NONE
minecraft:none
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
SHEPHERD
minecraft:shepherd
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
TOOLSMITH
minecraft:toolsmith
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-
WEAPONSMITH
minecraft:weaponsmith
- API Note:
- This field is version-dependant and may be removed in future Minecraft versions
-