net.minecraft.world.level

public class BlockCollisions<T>

extends com.google.common.collect.AbstractIterator<T>

dgl
net.minecraft.world.level.BlockCollisions
net.minecraft.class_5329
net.minecraft.world.BlockCollisionSpliterator
net.minecraft.world.level.VoxelShapeSpliterator

Field summary

Modifier and TypeField
private final AABB
a
box
field_25169
box
private final CollisionContext
b
context
field_25170
context
private final Cursor3D
c
cursor
field_25171
blockIterator
private final BlockPos$MutableBlockPos
d
pos
field_25172
pos
private final VoxelShape
e
entityShape
field_25173
boxShape
private final CollisionGetter
f
collisionGetter
field_25174
world
private final boolean
g
onlySuffocatingBlocks
field_35590
forEntity
private BlockGetter
h
cachedBlockGetter
field_35108
chunk
private long
i
cachedBlockGetterPos
field_35109
chunkPos
private final BiFunction<BlockPos$MutableBlockPos, VoxelShape, T>
j
resultProvider
field_44787
resultFunction

Constructor summary

ModifierConstructor
public (CollisionGetter world, Entity entity, AABB box, boolean forEntity, BiFunction<BlockPos$MutableBlockPos, VoxelShape, T> resultFunction)
public (CollisionGetter world, CollisionContext context, AABB box, boolean forEntity, BiFunction<BlockPos$MutableBlockPos, VoxelShape, T> resultFunction)

Method summary

Modifier and TypeMethod
private BlockGetter
a(int arg0, int arg1)
getChunk(int arg0, int arg1)
method_29283(int arg0, int arg1)
getChunk(int x, int z)
protected T
computeNext()
computeNext()