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.pointsOfInterestByPos
private final Map<RegistryEntry<PointOfInterestType>,
Set<PointOfInterest>> PointOfInterestSet.pointsOfInterestByType
private final Predicate<? super PointOfInterest>
PointOfInterestStorage.OccupationStatus.predicate
Methods in net.minecraft.world.poi that return types with arguments of type PointOfInterestModifier 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()
Methods in net.minecraft.world.poi with parameters of type PointOfInterestConstructor parameters in net.minecraft.world.poi with type arguments of type PointOfInterestModifierConstructorDescriptionprivate
OccupationStatus
(Predicate<? super PointOfInterest> predicate) private
PointOfInterestSet
(Runnable updateListener, boolean valid, List<PointOfInterest> pois)