net.minecraft.world.entity.ai.village.poi

public class PoiType

aqs
net.minecraft.world.entity.ai.village.poi.PoiType
net.minecraft.class_4158
net.minecraft.world.poi.PointOfInterestType
net.minecraft.village.PointOfInterestType
net.minecraft.server.v1_14_R1.VillagePlaceType

Field summary

Modifier and TypeField
private static final Predicate<PoiType>
s
ALL_JOBS
field_18500
IS_USED_BY_PROFESSION
field_221071_s
public static final Predicate<PoiType>
a
ALL
field_18501
ALWAYS_TRUE
field_221053_a
private static final Set<BlockState>
t
BEDS
field_19227
BED_STATES
field_221072_t
private static final Map<BlockState, PoiType>
u
TYPE_BY_STATE
field_18849
BLOCK_STATE_TO_POINT_OF_INTEREST_TYPE
field_221073_u
public static final PoiType
b
UNEMPLOYED
field_18502
UNEMPLOYED
field_221054_b
public static final PoiType
c
ARMORER
field_18503
ARMORER
field_221055_c
public static final PoiType
d
BUTCHER
field_18504
BUTCHER
field_221056_d
public static final PoiType
e
CARTOGRAPHER
field_18505
CARTOGRAPHER
field_221057_e
public static final PoiType
f
CLERIC
field_18506
CLERIC
field_221058_f
public static final PoiType
g
FARMER
field_18507
FARMER
field_221059_g
public static final PoiType
h
FISHERMAN
field_18508
FISHERMAN
field_221060_h
public static final PoiType
i
FLETCHER
field_18509
FLETCHER
field_221061_i
public static final PoiType
j
LEATHERWORKER
field_18510
LEATHERWORKER
field_221062_j
public static final PoiType
k
LIBRARIAN
field_18511
LIBRARIAN
field_221063_k
public static final PoiType
l
MASON
field_18512
MASON
field_221064_l
public static final PoiType
m
NITWIT
field_18513
NITWIT
field_221065_m
public static final PoiType
n
SHEPHERD
field_18514
SHEPHERD
field_221066_n
public static final PoiType
o
TOOLSMITH
field_18515
TOOLSMITH
field_221067_o
public static final PoiType
p
WEAPONSMITH
field_18516
WEAPONSMITH
field_221068_p
public static final PoiType
q
HOME
field_18517
HOME
field_221069_q
public static final PoiType
r
MEETING
field_18518
MEETING
field_221070_r
private final String
v
name
field_18519
id
field_221074_v
private final Set<BlockState>
w
matchingStates
field_18850
blockStates
field_221075_w
private final int
x
maxTickets
field_18521
ticketCount
field_221076_x
private final SoundEvent
y
soundEvent
field_18522
sound
field_221077_y
private final Predicate<PoiType>
z
predicate
field_18523
completionCondition
field_221078_z
private final int
A
validRange
field_20298
field_225481_A

Constructor summary

ModifierConstructor
private (String arg0, Set<BlockState> arg1, int arg2, SoundEvent arg3, Predicate<PoiType> arg4, int arg5)
private (String arg0, Set<BlockState> arg1, int arg2, SoundEvent arg3, int arg4)

Method summary

Modifier and TypeMethod
private static Set<BlockState>
a(bmv arg0)
getBlockStates(Block arg0)
method_20356(class_2248 arg0)
getAllStatesOf(Block block)
func_221042_a(Block arg0)
public int
b()
getMaxTickets()
method_19161()
getTicketCount()
func_221044_b()
public Predicate<PoiType>
c()
getPredicate()
method_19164()
getCompletionCondition()
func_221045_c()
public int
d()
getValidRange()
method_21648()
func_225478_d()
public SoundEvent
e()
getUseSound()
method_19166()
getSound()
func_221048_d()
private static PoiType
a(String arg0, Set<bvt> arg1, int arg2, yo arg3, int arg4)
register(String arg0, Set<BlockState> arg1, int arg2, SoundEvent arg3, int arg4)
method_20357(String arg0, Set<class_2680> arg1, int arg2, class_3414 arg3, int arg4)
register(String id, Set<BlockState> arg1, int arg2, SoundEvent arg3, int arg4)
func_221051_a(String arg0, Set<BlockState> arg1, int arg2, SoundEvent arg3, int arg4)
private static PoiType
a(String arg0, Set<bvt> arg1, int arg2, yo arg3, Predicate<aqs> arg4, int arg5)
register(String arg0, Set<BlockState> arg1, int arg2, SoundEvent arg3, Predicate<PoiType> arg4, int arg5)
method_20358(String arg0, Set<class_2680> arg1, int arg2, class_3414 arg3, Predicate<class_4158> arg4, int arg5)
register(String id, Set<BlockState> arg1, int arg2, SoundEvent arg3, Predicate<PointOfInterestType> arg4, int arg5)
func_221039_a(String arg0, Set<BlockState> arg1, int arg2, SoundEvent arg3, Predicate<PointOfInterestType> arg4, int arg5)
private static PoiType
a(aqs arg0)
registerBlockStates(PoiType arg0)
method_20354(class_4158 arg0)
setup(PointOfInterestType arg0)
func_221052_a(PointOfInterestType arg0)
public static Optional<PoiType>
b(bvt arg0)
forState(BlockState arg0)
method_19516(class_2680 arg0)
from(BlockState state)
func_221047_b(BlockState arg0)
public static Stream<BlockState>
f()
allPoiStates()
method_19518()
getAllAssociatedStates()
func_221038_e()