Uses of Class
net.minecraft.village.PointOfInterest
-
Packages that use PointOfInterest Package Description net.minecraft.village -
-
Uses of PointOfInterest in net.minecraft.village
Fields in net.minecraft.village with type parameters of type PointOfInterest Modifier and Type Field Description private java.util.Map<PointOfInterestType,java.util.Set<PointOfInterest>>
PointOfInterestData. byType
private it.unimi.dsi.fastutil.shorts.Short2ObjectMap<PointOfInterest>
PointOfInterestData. records
private java.util.function.Predicate<? super PointOfInterest>
PointOfInterestManager.Status. test
Methods in net.minecraft.village that return types with arguments of type PointOfInterest Modifier and Type Method Description static com.mojang.serialization.Codec<PointOfInterest>
PointOfInterest. codec(java.lang.Runnable p_234150_0_)
java.util.stream.Stream<PointOfInterest>
PointOfInterestManager. getInChunk(java.util.function.Predicate<PointOfInterestType> p_219137_1_, ChunkPos p_219137_2_, PointOfInterestManager.Status p_219137_3_)
java.util.stream.Stream<PointOfInterest>
PointOfInterestManager. getInRange(java.util.function.Predicate<PointOfInterestType> p_219146_1_, BlockPos p_219146_2_, int p_219146_3_, PointOfInterestManager.Status p_219146_4_)
java.util.stream.Stream<PointOfInterest>
PointOfInterestManager. getInSquare(java.util.function.Predicate<PointOfInterestType> p_226353_1_, BlockPos p_226353_2_, int p_226353_3_, PointOfInterestManager.Status p_226353_4_)
java.util.stream.Stream<PointOfInterest>
PointOfInterestData. getRecords(java.util.function.Predicate<PointOfInterestType> p_218247_1_, PointOfInterestManager.Status p_218247_2_)
java.util.function.Predicate<? super PointOfInterest>
PointOfInterestManager.Status. getTest()
Methods in net.minecraft.village with parameters of type PointOfInterest Modifier and Type Method Description private boolean
PointOfInterestData. add(PointOfInterest p_218254_1_)
Constructor parameters in net.minecraft.village with type arguments of type PointOfInterest Constructor Description PointOfInterestData(java.lang.Runnable p_i231555_1_, boolean p_i231555_2_, java.util.List<PointOfInterest> p_i231555_3_)
Status(java.util.function.Predicate<? super PointOfInterest> p_i50192_3_)
-