Class VillagerProfessionKeys
java.lang.Object
fr.fidorial.registry.keys.VillagerProfessionKeys
Typed keys for entries in the
minecraft:villager_profession registry.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TypedKey<VillagerProfession> Key forminecraft:armorer.static final TypedKey<VillagerProfession> Key forminecraft:butcher.static final TypedKey<VillagerProfession> Key forminecraft:cartographer.static final TypedKey<VillagerProfession> Key forminecraft:cleric.static final TypedKey<VillagerProfession> Key forminecraft:farmer.static final TypedKey<VillagerProfession> Key forminecraft:fisherman.static final TypedKey<VillagerProfession> Key forminecraft:fletcher.static final TypedKey<VillagerProfession> Key forminecraft:leatherworker.static final TypedKey<VillagerProfession> Key forminecraft:librarian.static final TypedKey<VillagerProfession> Key forminecraft:mason.static final TypedKey<VillagerProfession> Key forminecraft:nitwit.static final TypedKey<VillagerProfession> Key forminecraft:none.static final TypedKey<VillagerProfession> Key forminecraft:shepherd.static final TypedKey<VillagerProfession> Key forminecraft:toolsmith.static final TypedKey<VillagerProfession> Key forminecraft:weaponsmith. -
Method Summary
Modifier and TypeMethodDescriptionstatic Stream<TypedKey<VillagerProfession>> values()Returns a stream containing all keys declared by this class.
-
Field Details
-
ARMORER
Key forminecraft:armorer. -
BUTCHER
Key forminecraft:butcher. -
CARTOGRAPHER
Key forminecraft:cartographer. -
CLERIC
Key forminecraft:cleric. -
FARMER
Key forminecraft:farmer. -
FISHERMAN
Key forminecraft:fisherman. -
FLETCHER
Key forminecraft:fletcher. -
LEATHERWORKER
Key forminecraft:leatherworker. -
LIBRARIAN
Key forminecraft:librarian. -
MASON
Key forminecraft:mason. -
NITWIT
Key forminecraft:nitwit. -
NONE
Key forminecraft:none. -
SHEPHERD
Key forminecraft:shepherd. -
TOOLSMITH
Key forminecraft:toolsmith. -
WEAPONSMITH
Key forminecraft:weaponsmith.
-
-
Method Details
-
values
Returns a stream containing all keys declared by this class.- Returns:
- a stream of registry keys
-