Uses of Class
net.minecraft.world.poi.PointOfInterest
Packages that use PointOfInterest
-
Uses of PointOfInterest in net.minecraft.world.poi
Fields in net.minecraft.world.poi with type parameters of type PointOfInterestModifier and TypeFieldDescriptionprivate final Short2ObjectMap<PointOfInterest> PointOfInterestSet.pointsOfInterestByPosprivate final Map<RegistryEntry<PointOfInterestType>, Set<PointOfInterest>> PointOfInterestSet.pointsOfInterestByTypeprivate final Predicate<? super PointOfInterest> PointOfInterestStorage.OccupationStatus.predicateMethods in net.minecraft.world.poi that return PointOfInterestModifier and TypeMethodDescriptionPointOfInterest.Serialized.toPointOfInterest(Runnable updateListener) Methods in net.minecraft.world.poi that return types with arguments of type PointOfInterestModifier and TypeMethodDescriptionPointOfInterestSet.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()Methods in net.minecraft.world.poi with parameters of type PointOfInterestConstructor parameters in net.minecraft.world.poi with type arguments of type PointOfInterestModifierConstructorDescriptionprivateOccupationStatus(Predicate<? super PointOfInterest> predicate) (package private)PointOfInterestSet(Runnable updateListener, boolean valid, List<PointOfInterest> pois)