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
Modifier and TypeFieldDescriptionstatic final VillagerProfession
static final VillagerProfession
static final VillagerProfession
static final VillagerProfession
static final VillagerProfession
static final VillagerProfession
static final VillagerProfession
private final PointOfInterestType
static final VillagerProfession
static final VillagerProfession
static final VillagerProfession
private final String
static final VillagerProfession
static final VillagerProfession
private final com.google.common.collect.ImmutableSet<Item>
private final com.google.common.collect.ImmutableSet<Block>
static final VillagerProfession
static final VillagerProfession
static final VillagerProfession
private final SoundEvent
Fields inherited from class net.minecraftforge.registries.ForgeRegistryEntry
delegate
-
Constructor Summary
ConstructorDescriptionVillagerProfession
(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 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_, SoundEvent p_226557_4_) (package private) static VillagerProfession
register
(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_)
-