extends com.google.common.collect.AbstractIterator<T>
| net.minecraft.world.level.BlockCollisions | |
| net.minecraft.class_5329 | |
| net.minecraft.world.BlockCollisionSpliterator |
Field summary
| Modifier and Type | Field | ||||||
|---|---|---|---|---|---|---|---|
| private final Box |
|
||||||
| private final ShapeContext |
|
||||||
| private final CuboidBlockIterator |
|
||||||
| private final BlockPos$Mutable |
|
||||||
| private final VoxelShape |
|
||||||
| private final CollisionView |
|
||||||
| private final boolean |
|
||||||
| private BlockView |
|
||||||
| private long |
|
||||||
| private final BiFunction<BlockPos$Mutable, VoxelShape, T> |
|
Constructor summary
| Modifier | Constructor |
|---|---|
| public | (CollisionView world, Entity entity, Box box, boolean forEntity, BiFunction<BlockPos$Mutable, VoxelShape, T> resultFunction) |
| public | (CollisionView world, ShapeContext context, Box box, boolean forEntity, BiFunction<BlockPos$Mutable, VoxelShape, T> resultFunction) |
Method summary
| Modifier and Type | Method | ||||||
|---|---|---|---|---|---|---|---|
| private BlockView |
|
||||||
| protected T |
|