Uses of Class
net.minecraft.village.PointOfInterest
-
Uses of PointOfInterest in net.minecraft.village
Modifier and TypeFieldDescriptionprivate final Map<PointOfInterestType,
Set<PointOfInterest>> PointOfInterestData.byType
private final it.unimi.dsi.fastutil.shorts.Short2ObjectMap<PointOfInterest>
PointOfInterestData.records
private final Predicate<? super PointOfInterest>
PointOfInterestManager.Status.test
Modifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<PointOfInterest>
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_) PointOfInterestData.getRecords
(Predicate<PointOfInterestType> p_218247_1_, PointOfInterestManager.Status p_218247_2_) Predicate<? super PointOfInterest>
PointOfInterestManager.Status.getTest()
Modifier and TypeMethodDescriptionprivate boolean
PointOfInterestData.add
(PointOfInterest p_218254_1_) ModifierConstructorDescriptionprivate
PointOfInterestData
(Runnable p_i231555_1_, boolean p_i231555_2_, List<PointOfInterest> p_i231555_3_) private
Status
(Predicate<? super PointOfInterest> p_i50192_3_)