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. pointsOfInterestByPos
private Map<PointOfInterestType,Set<PointOfInterest>>
PointOfInterestSet. pointsOfInterestByType
private Predicate<? super PointOfInterest>
PointOfInterestStorage.OccupationStatus. predicate
Methods in net.minecraft.world.poi with parameters of type PointOfInterest Modifier and Type Method Description private boolean
PointOfInterestSet. 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)