Class VillagerProfession
java.lang.Object
net.minecraftforge.registries.ForgeRegistryEntry<VillagerProfession>
net.minecraft.entity.merchant.villager.VillagerProfession
- All Implemented Interfaces:
IForgeRegistryEntry<VillagerProfession>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraftforge.registries.ForgeRegistryEntry
ForgeRegistryEntry.UncheckedRegistryEntry<V extends IForgeRegistryEntry<V>> -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VillagerProfessionstatic final VillagerProfessionstatic final VillagerProfessionstatic final VillagerProfessionstatic final VillagerProfessionstatic final VillagerProfessionstatic final VillagerProfessionprivate final PointOfInterestTypestatic final VillagerProfessionstatic final VillagerProfessionstatic final VillagerProfessionprivate final Stringstatic final VillagerProfessionstatic final VillagerProfessionprivate final com.google.common.collect.ImmutableSet<Item>private final com.google.common.collect.ImmutableSet<Block>static final VillagerProfessionstatic final VillagerProfessionstatic final VillagerProfessionprivate final SoundEventFields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate -
Constructor Summary
ConstructorsConstructorDescriptionVillagerProfession(String p_i225734_1_, PointOfInterestType p_i225734_2_, com.google.common.collect.ImmutableSet<Item> p_i225734_3_, com.google.common.collect.ImmutableSet<Block> p_i225734_4_, SoundEvent p_i225734_5_) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<Item>com.google.common.collect.ImmutableSet<Block>(package private) static VillagerProfessionregister(String p_226557_0_, PointOfInterestType p_226557_1_, com.google.common.collect.ImmutableSet<Item> p_226557_2_, com.google.common.collect.ImmutableSet<Block> p_226557_3_, SoundEvent p_226557_4_) (package private) static VillagerProfessionregister(String p_226556_0_, PointOfInterestType p_226556_1_, SoundEvent p_226556_2_) toString()Methods inherited from class net.minecraftforge.registries.ForgeRegistryEntry
getRegistryName, getRegistryType, setRegistryName, setRegistryName, setRegistryName
-
Field Details
-
NONE
-
ARMORER
-
BUTCHER
-
CARTOGRAPHER
-
CLERIC
-
FARMER
-
FISHERMAN
-
FLETCHER
-
LEATHERWORKER
-
LIBRARIAN
-
MASON
-
NITWIT
-
SHEPHERD
-
TOOLSMITH
-
WEAPONSMITH
-
name
-
jobPoiType
-
requestedItems
-
secondaryPoi
-
workSound
-
-
Constructor Details
-
VillagerProfession
public VillagerProfession(String p_i225734_1_, PointOfInterestType p_i225734_2_, com.google.common.collect.ImmutableSet<Item> p_i225734_3_, com.google.common.collect.ImmutableSet<Block> p_i225734_4_, @Nullable SoundEvent p_i225734_5_)
-
-
Method Details
-
getJobPoiType
-
getRequestedItems
-
getSecondaryPoi
-
getWorkSound
-
toString
-
register
static VillagerProfession register(String p_226556_0_, PointOfInterestType p_226556_1_, @Nullable SoundEvent p_226556_2_) -
register
static VillagerProfession register(String p_226557_0_, PointOfInterestType p_226557_1_, com.google.common.collect.ImmutableSet<Item> p_226557_2_, com.google.common.collect.ImmutableSet<Block> p_226557_3_, @Nullable SoundEvent p_226557_4_)
-