Uses of Class
net.minecraft.world.poi.PointOfInterest
-
Uses of PointOfInterest in net.minecraft.world.poi
Modifier and TypeFieldDescriptionprivate Short2ObjectMap<PointOfInterest>
PointOfInterestSet.pointsOfInterestByPos
private Map<PointOfInterestType,Set<PointOfInterest>>
PointOfInterestSet.pointsOfInterestByType
private Predicate<? super PointOfInterest>
PointOfInterestStorage.OccupationStatus.predicate
Modifier and TypeMethodDescriptionstatic com.mojang.serialization.Codec<PointOfInterest>
PointOfInterest.createCodec(Runnable updateListener)
PointOfInterestSet.get(Predicate<PointOfInterestType> predicate, PointOfInterestStorage.OccupationStatus occupationStatus)
private Optional<PointOfInterest>
PointOfInterestStorage.getInChunk(Predicate<PointOfInterestType> predicate, ChunkPos chunkPos, PointOfInterestStorage.OccupationStatus occupationStatus)
PointOfInterestStorage.getInCircle(Predicate<PointOfInterestType> typePredicate, BlockPos pos, int radius, PointOfInterestStorage.OccupationStatus occupationStatus)
PointOfInterestStorage.getInSquare(Predicate<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> list)