Uses of Class
net.minecraft.world.poi.PointOfInterest
| Package | Description |
|---|---|
| net.minecraft.world.poi |
-
Uses of PointOfInterest in net.minecraft.world.poi
Fields in net.minecraft.world.poi with type parameters of type PointOfInterest Modifier and Type Field Description private Short2ObjectMap<PointOfInterest>PointOfInterestSet. pointsOfInterestByPosprivate Map<PointOfInterestType,Set<PointOfInterest>>PointOfInterestSet. pointsOfInterestByTypeprivate Predicate<? super PointOfInterest>PointOfInterestStorage.OccupationStatus. predicateMethods in net.minecraft.world.poi with parameters of type PointOfInterest Modifier and Type Method Description private booleanPointOfInterestSet. add(PointOfInterest poi)Constructor parameters in net.minecraft.world.poi with type arguments of type PointOfInterest Constructor Description OccupationStatus(Predicate<? super PointOfInterest> predicate)PointOfInterestSet(Runnable updateListener, boolean valid, List<PointOfInterest> list)