net.minecraft.village

public class VillagerProfession

bds
net.minecraft.world.entity.npc.VillagerProfession
net.minecraft.class_3852
net.minecraft.village.VillagerProfession
net.minecraft.unmapped.C_yhqxfbuc
net.minecraft.entity.merchant.villager.VillagerProfession
net.minecraft.entity.merchant.villager.VillagerProfession

Field summary

Modifier and TypeField
public static final VillagerProfession
a
NONE
field_17051
NONE
f_twurfflm
field_221151_a
NONE
public static final VillagerProfession
b
ARMORER
field_17052
ARMORER
f_ablznjvx
field_221152_b
ARMORER
public static final VillagerProfession
c
BUTCHER
field_17053
BUTCHER
f_bgcfkqcs
field_221153_c
BUTCHER
public static final VillagerProfession
d
CARTOGRAPHER
field_17054
CARTOGRAPHER
f_tzmxhhei
field_221154_d
CARTOGRAPHER
public static final VillagerProfession
e
CLERIC
field_17055
CLERIC
f_dedabkrk
field_221155_e
CLERIC
public static final VillagerProfession
f
FARMER
field_17056
FARMER
f_levapbqq
field_221156_f
FARMER
public static final VillagerProfession
g
FISHERMAN
field_17057
FISHERMAN
f_uhmbxwnj
field_221157_g
FISHERMAN
public static final VillagerProfession
h
FLETCHER
field_17058
FLETCHER
f_cjyutgaf
field_221158_h
FLETCHER
public static final VillagerProfession
i
LEATHERWORKER
field_17059
LEATHERWORKER
f_nlnsqing
field_221159_i
LEATHERWORKER
public static final VillagerProfession
j
LIBRARIAN
field_17060
LIBRARIAN
f_tuxjuvjr
field_221160_j
LIBRARIAN
public static final VillagerProfession
k
MASON
field_17061
MASON
f_bmlwjlmk
field_221161_k
MASON
public static final VillagerProfession
l
NITWIT
field_17062
NITWIT
f_skgtrbox
field_221162_l
NITWIT
public static final VillagerProfession
m
SHEPHERD
field_17063
SHEPHERD
f_aznmwuhs
field_221163_m
SHEPHERD
public static final VillagerProfession
n
TOOLSMITH
field_17064
TOOLSMITH
f_wshkbgen
field_221164_n
TOOLSMITH
public static final VillagerProfession
o
WEAPONSMITH
field_17065
WEAPONSMITH
f_kuqljvhf
field_221165_o
WEAPONSMITH
private final String
p
name
field_18541
id
f_whefzzlg
field_221166_p
name
private final PointOfInterestType
q
jobPoiType
field_18542
workStation
f_fjcmwmuk
field_221167_q
pointOfInterest
private final com.google.common.collect.ImmutableSet<Item>
r
requestedItems
field_18543
gatherableItems
f_ayvuterw
field_221168_r
specificItems
private final com.google.common.collect.ImmutableSet<Block>
s
secondaryPoi
field_18880
secondaryJobSites
f_acjlkvad
field_221169_s
relatedWorldBlocks
private final SoundEvent
t
workSound
field_20633
workSound
f_otcpaipa
field_226555_t_
sound

Constructor summary

ModifierConstructor
private (String id, PointOfInterestType workStation, com.google.common.collect.ImmutableSet<Item> gatherableItems, com.google.common.collect.ImmutableSet<Block> secondaryJobSites, SoundEvent workSound)

Method summary

Modifier and TypeMethod
public PointOfInterestType
b()
getJobPoiType()
method_19198()
getWorkStation()
m_jyxmvjcs()
func_221149_b()
getPointOfInterest()
public com.google.common.collect.ImmutableSet<Item>
c()
getRequestedItems()
method_19199()
getGatherableItems()
m_wnsofilu()
func_221146_c()
getSpecificItems()
public com.google.common.collect.ImmutableSet<Block>
d()
getSecondaryPoi()
method_19630()
getSecondaryJobSites()
m_hogpbzhi()
func_221150_d()
getRelatedWorldBlocks()
public SoundEvent
e()
getWorkSound()
method_22384()
getWorkSound()
m_tajggbmi()
func_226558_e_()
getSound()
static VillagerProfession
a(String arg0, ayc arg1, ack arg2)
register(String arg0, PoiType arg1, SoundEvent arg2)
method_16926(String arg0, class_4158 arg1, class_3414 arg2)
register(String id, PointOfInterestType workStation, SoundEvent workSound)
m_shghwmqc(String arg0, C_voztdcrg arg1, C_avavozay arg2)
func_226556_a_(String arg0, PointOfInterestType arg1, SoundEvent arg2)
register(String nameIn, PointOfInterestType pointOfInterestIn, SoundEvent soundIn)
static VillagerProfession
a(String arg0, ayc arg1, com.google.common.collect.ImmutableSet<bke> arg2, com.google.common.collect.ImmutableSet<bvr> arg3, ack arg4)
register(String arg0, PoiType arg1, com.google.common.collect.ImmutableSet<Item> arg2, com.google.common.collect.ImmutableSet<Block> arg3, SoundEvent arg4)
method_19197(String arg0, class_4158 arg1, com.google.common.collect.ImmutableSet<class_1792> arg2, com.google.common.collect.ImmutableSet<class_2248> arg3, class_3414 arg4)
register(String id, PointOfInterestType workStation, com.google.common.collect.ImmutableSet<Item> gatherableItems, com.google.common.collect.ImmutableSet<Block> secondaryJobSites, SoundEvent workSound)
m_hqdxkiul(String arg0, C_voztdcrg arg1, com.google.common.collect.ImmutableSet<C_vorddnax> arg2, com.google.common.collect.ImmutableSet<C_mmxmpdoq> arg3, C_avavozay arg4)
func_226557_a_(String arg0, PointOfInterestType arg1, com.google.common.collect.ImmutableSet<Item> arg2, com.google.common.collect.ImmutableSet<Block> arg3, SoundEvent arg4)
register(String nameIn, PointOfInterestType pointOfInterestIn, com.google.common.collect.ImmutableSet<Item> specificItemsIn, com.google.common.collect.ImmutableSet<Block> relatedWorldBlocksIn, SoundEvent soundIn)