Uses of Class
net.minecraft.world.poi.PointOfInterest
-
Uses of PointOfInterest in net.minecraft.world.poi
Modifier and TypeFieldDescriptionprivate final Short2ObjectMap
<PointOfInterest> PointOfInterestSet.pointsOfInterestByPos
private final Map
<RegistryEntry<PointOfInterestType>, Set<PointOfInterest>> PointOfInterestSet.pointsOfInterestByType
private final Predicate
<? super PointOfInterest> PointOfInterestStorage.OccupationStatus.predicate
Modifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec
<PointOfInterest> PointOfInterest.createCodec
(Runnable updateListener) PointOfInterestSet.get
(Predicate<RegistryEntry<PointOfInterestType>> predicate, PointOfInterestStorage.OccupationStatus occupationStatus) private Optional
<PointOfInterest> PointOfInterestStorage.getInChunk
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, ChunkPos chunkPos, PointOfInterestStorage.OccupationStatus occupationStatus) PointOfInterestStorage.getInCircle
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) PointOfInterestStorage.getInSquare
(Predicate<RegistryEntry<PointOfInterestType>> typePredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus) Predicate
<? super PointOfInterest> PointOfInterestStorage.OccupationStatus.getPredicate()
ModifierConstructorDescriptionprivate
OccupationStatus
(Predicate<? super PointOfInterest> predicate) private
PointOfInterestSet
(Runnable updateListener, boolean valid, List<PointOfInterest> pois)