net.minecraft.village

public class VillagerProfession

avr
net.minecraft.class_3852
net.minecraft.village.VillagerProfession
net.minecraft.world.village.VillagerProfession
net.minecraft.entity.merchant.villager.VillagerProfession
net.minecraft.entity.merchant.villager.VillagerProfession

Field summary

Modifier and TypeField
public static final VillagerProfession
a
field_17051
NONE
NONE
field_221151_a
NONE
public static final VillagerProfession
b
field_17052
ARMORER
ARMORER
field_221152_b
ARMORER
public static final VillagerProfession
c
field_17053
BUTCHER
BUTCHER
field_221153_c
BUTCHER
public static final VillagerProfession
d
field_17054
CARTOGRAPHER
CARTOGRAPHER
field_221154_d
CARTOGRAPHER
public static final VillagerProfession
e
field_17055
CLERIC
CLERIC
field_221155_e
CLERIC
public static final VillagerProfession
f
field_17056
FARMER
FARMER
field_221156_f
FARMER
public static final VillagerProfession
g
field_17057
FISHERMAN
FISHERMAN
field_221157_g
FISHERMAN
public static final VillagerProfession
h
field_17058
FLETCHER
FLETCHER
field_221158_h
FLETCHER
public static final VillagerProfession
i
field_17059
LEATHERWORKER
LEATHERWORKER
field_221159_i
LEATHERWORKER
public static final VillagerProfession
j
field_17060
LIBRARIAN
LIBRARIAN
field_221160_j
LIBRARIAN
public static final VillagerProfession
k
field_17061
MASON
MASON
field_221161_k
MASON
public static final VillagerProfession
l
field_17062
NITWIT
NITWIT
field_221162_l
NITWIT
public static final VillagerProfession
m
field_17063
SHEPHERD
SHEPHERD
field_221163_m
SHEPHERD
public static final VillagerProfession
n
field_17064
TOOLSMITH
TOOLSMITH
field_221164_n
TOOLSMITH
public static final VillagerProfession
o
field_17065
WEAPONSMITH
WEAPONSMITH
field_221165_o
WEAPONSMITH
private final String
p
field_18541
id
id
field_221166_p
name
private final PointOfInterestType
q
field_18542
workStation
poit
field_221167_q
pointOfInterest
private final com.google.common.collect.ImmutableSet<Item>
r
field_18543
gatherableItems
f_15275652
field_221168_r
specificItems
private final com.google.common.collect.ImmutableSet<Block>
s
field_18880
secondaryJobSites
f_14473697
field_221169_s
relatedWorldBlocks

Constructor summary

ModifierConstructor
private (String arg0, PointOfInterestType arg1, com.google.common.collect.ImmutableSet<Item> arg2, com.google.common.collect.ImmutableSet<Block> arg3)

Method summary

Modifier and TypeMethod
public PointOfInterestType
b()
method_19198()
getWorkStation()
getPointOfInterestType()
func_221149_b()
getPointOfInterest()
public com.google.common.collect.ImmutableSet<Item>
c()
method_19199()
getGatherableItems()
m_74806685()
func_221146_c()
getSpecificItems()
public com.google.common.collect.ImmutableSet<Block>
d()
method_19630()
getSecondaryJobSites()
m_29275362()
func_221150_d()
getRelatedWorldBlocks()
static VillagerProfession
a(String arg0, aqn arg1)
method_16926(String arg0, class_4158 arg1)
register(String arg0, PointOfInterestType arg1)
register(String id, PointOfInterestType poit)
func_221147_a(String arg0, PointOfInterestType arg1)
register(String key, PointOfInterestType jobSitePoiType)
static VillagerProfession
a(String arg0, aqn arg1, com.google.common.collect.ImmutableSet<bbz> arg2, com.google.common.collect.ImmutableSet<bmq> arg3)
method_19197(String arg0, class_4158 arg1, com.google.common.collect.ImmutableSet<class_1792> arg2, com.google.common.collect.ImmutableSet<class_2248> arg3)
register(String arg0, PointOfInterestType arg1, com.google.common.collect.ImmutableSet<Item> arg2, com.google.common.collect.ImmutableSet<Block> arg3)
register(String id, PointOfInterestType poit, com.google.common.collect.ImmutableSet<Item> arg2, com.google.common.collect.ImmutableSet<Block> arg3)
func_221148_a(String arg0, PointOfInterestType arg1, com.google.common.collect.ImmutableSet<Item> arg2, com.google.common.collect.ImmutableSet<Block> arg3)
register(String key, PointOfInterestType jobSitePoiType, com.google.common.collect.ImmutableSet<Item> specificItemsIn, com.google.common.collect.ImmutableSet<Block> relatedWorldBlocksIn)