Uses of Class
net.minecraft.village.PointOfInterest
Packages that use PointOfInterest
-
Uses of PointOfInterest in net.minecraft.village
Fields in net.minecraft.village with type parameters of type PointOfInterestModifier and TypeFieldDescriptionprivate final Map<PointOfInterestType,Set<PointOfInterest>> PointOfInterestData.byTypeprivate final it.unimi.dsi.fastutil.shorts.Short2ObjectMap<PointOfInterest>PointOfInterestData.recordsprivate final Predicate<? super PointOfInterest>PointOfInterestManager.Status.testMethods in net.minecraft.village that return types with arguments of type PointOfInterestModifier 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()Methods in net.minecraft.village with parameters of type PointOfInterestModifier and TypeMethodDescriptionprivate booleanPointOfInterestData.add(PointOfInterest p_218254_1_) Constructor parameters in net.minecraft.village with type arguments of type PointOfInterestModifierConstructorDescriptionprivatePointOfInterestData(Runnable p_i231555_1_, boolean p_i231555_2_, List<PointOfInterest> p_i231555_3_) privateStatus(Predicate<? super PointOfInterest> p_i50192_3_)