Uses of Enum Class
net.minecraft.village.PointOfInterestManager.Status
-
Uses of PointOfInterestManager.Status in net.minecraft.village
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PointOfInterestManager.Status[]
PointOfInterestManager.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionPointOfInterestManager.find
(Predicate<PointOfInterestType> p_219127_1_, Predicate<BlockPos> p_219127_2_, BlockPos p_219127_3_, int p_219127_4_, PointOfInterestManager.Status p_219127_5_) PointOfInterestManager.findAll
(Predicate<PointOfInterestType> p_225399_1_, Predicate<BlockPos> p_225399_2_, BlockPos p_225399_3_, int p_225399_4_, PointOfInterestManager.Status p_225399_5_) PointOfInterestManager.findAllClosestFirst
(Predicate<PointOfInterestType> p_242324_1_, Predicate<BlockPos> p_242324_2_, BlockPos p_242324_3_, int p_242324_4_, PointOfInterestManager.Status p_242324_5_) PointOfInterestManager.findClosest
(Predicate<PointOfInterestType> p_234148_1_, BlockPos p_234148_2_, int p_234148_3_, PointOfInterestManager.Status p_234148_4_) long
PointOfInterestManager.getCountInRange
(Predicate<PointOfInterestType> p_219145_1_, BlockPos p_219145_2_, int p_219145_3_, PointOfInterestManager.Status p_219145_4_) PointOfInterestManager.getInChunk
(Predicate<PointOfInterestType> p_219137_1_, ChunkPos p_219137_2_, PointOfInterestManager.Status p_219137_3_) PointOfInterestManager.getInRange
(Predicate<PointOfInterestType> p_219146_1_, BlockPos p_219146_2_, int p_219146_3_, PointOfInterestManager.Status p_219146_4_) PointOfInterestManager.getInSquare
(Predicate<PointOfInterestType> p_226353_1_, BlockPos p_226353_2_, int p_226353_3_, PointOfInterestManager.Status p_226353_4_) PointOfInterestManager.getRandom
(Predicate<PointOfInterestType> p_219163_1_, Predicate<BlockPos> p_219163_2_, PointOfInterestManager.Status p_219163_3_, BlockPos p_219163_4_, int p_219163_5_, Random p_219163_6_) PointOfInterestData.getRecords
(Predicate<PointOfInterestType> p_218247_1_, PointOfInterestManager.Status p_218247_2_)