-
Methods in net.minecraft.world.poi with parameters of type PointOfInterestStorage.OccupationStatus
| Modifier and Type |
Method |
Description |
long |
PointOfInterestStorage.count(Predicate<PointOfInterestType> typePredicate,
BlockPos pos,
int radius,
PointOfInterestStorage.OccupationStatus occupationStatus) |
|
Stream<PointOfInterest> |
PointOfInterestSet.get(Predicate<PointOfInterestType> predicate,
PointOfInterestStorage.OccupationStatus occupationStatus) |
|
Stream<PointOfInterest> |
PointOfInterestStorage.getInChunk(Predicate<PointOfInterestType> predicate,
ChunkPos chunkPos,
PointOfInterestStorage.OccupationStatus occupationStatus) |
|
Stream<PointOfInterest> |
PointOfInterestStorage.getInCircle(Predicate<PointOfInterestType> typePredicate,
BlockPos pos,
int radius,
PointOfInterestStorage.OccupationStatus occupationStatus) |
|
Stream<PointOfInterest> |
PointOfInterestStorage.getInSquare(Predicate<PointOfInterestType> typePredicate,
BlockPos pos,
int radius,
PointOfInterestStorage.OccupationStatus occupationStatus) |
|
Optional<BlockPos> |
PointOfInterestStorage.getNearestPosition(Predicate<PointOfInterestType> typePredicate,
BlockPos pos,
int radius,
PointOfInterestStorage.OccupationStatus occupationStatus) |
|
Optional<BlockPos> |
PointOfInterestStorage.getPosition(Predicate<PointOfInterestType> typePredicate,
Predicate<BlockPos> posPredicate,
BlockPos pos,
int radius,
PointOfInterestStorage.OccupationStatus occupationStatus) |
|
Optional<BlockPos> |
PointOfInterestStorage.getPosition(Predicate<PointOfInterestType> typePredicate,
Predicate<BlockPos> positionPredicate,
PointOfInterestStorage.OccupationStatus occupationStatus,
BlockPos pos,
int radius,
Random random) |
|
Stream<BlockPos> |
PointOfInterestStorage.getPositions(Predicate<PointOfInterestType> typePredicate,
Predicate<BlockPos> posPredicate,
BlockPos pos,
int radius,
PointOfInterestStorage.OccupationStatus occupationStatus) |
|
Stream<BlockPos> |
PointOfInterestStorage.getSortedPositions(Predicate<PointOfInterestType> typePredicate,
Predicate<BlockPos> posPredicate,
BlockPos pos,
int radius,
PointOfInterestStorage.OccupationStatus occupationStatus) |
|
Optional<BlockPos> |
PointOfInterestStorage.method_34712(Predicate<PointOfInterestType> predicate,
Predicate<BlockPos> predicate2,
BlockPos blockPos,
int int2,
PointOfInterestStorage.OccupationStatus occupationStatus) |
|