net.minecraft.world.entity.npc

public class VillagerProfession

avw
net.minecraft.world.entity.npc.VillagerProfession
net.minecraft.class_3852
net.minecraft.village.VillagerProfession
net.minecraft.entity.merchant.villager.VillagerProfession
net.minecraft.server.v1_14_R1.VillagerProfession

Field summary

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

Constructor summary

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

Method summary

Modifier and TypeMethod
public PoiType
b()
getJobPoiType()
method_19198()
getWorkStation()
func_221149_b()
public com.google.common.collect.ImmutableSet<Item>
c()
getRequestedItems()
method_19199()
getGatherableItems()
func_221146_c()
public com.google.common.collect.ImmutableSet<Block>
d()
getSecondaryPoi()
method_19630()
getSecondaryJobSites()
func_221150_d()
static VillagerProfession
a(String arg0, aqs arg1)
register(String arg0, PoiType arg1)
method_16926(String arg0, class_4158 arg1)
register(String key, PointOfInterestType arg1)
func_221147_a(String arg0, PointOfInterestType arg1)
static VillagerProfession
a(String arg0, aqs arg1, com.google.common.collect.ImmutableSet<bce> arg2, com.google.common.collect.ImmutableSet<bmv> arg3)
register(String arg0, PoiType arg1, com.google.common.collect.ImmutableSet<Item> arg2, com.google.common.collect.ImmutableSet<Block> 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)
func_221148_a(String arg0, PointOfInterestType arg1, com.google.common.collect.ImmutableSet<Item> arg2, com.google.common.collect.ImmutableSet<Block> arg3)