Uses of Class
net.minecraft.world.poi.PointOfInterest
Packages that use PointOfInterest
Package
Description
The base package for all Minecraft classes.
-
Uses of PointOfInterest in net.minecraft
Methods in net.minecraft with parameters of type PointOfInterestModifier and TypeMethodDescriptionvoidclass_12026.method_74601(PointOfInterest pointOfInterest) voidclass_12028.class_12029.method_74635(ServerWorld serverWorld, PointOfInterest pointOfInterest) voidclass_12028.class_12032.method_74648(ServerWorld serverWorld, PointOfInterest pointOfInterest) Constructors in net.minecraft with parameters of type 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 TypeMethodDescriptionPointOfInterestSet.add(BlockPos pos, RegistryEntry<PointOfInterestType> type) PointOfInterestStorage.add(BlockPos pos, RegistryEntry<PointOfInterestType> type) PointOfInterest.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)