net.minecraft.world.level

public class CollisionSpliterator

extends Spliterators$AbstractSpliterator<VoxelShape>

brh
net.minecraft.world.level.CollisionSpliterator
net.minecraft.class_5329
net.minecraft.world.BlockCollisionSpliterator
net.minecraft.util.math.shapes.VoxelShapeSpliterator
net.minecraft.server.v1_16_R3.VoxelShapeSpliterator

Field summary

Modifier and TypeField
private final Entity
a
source
field_25168
entity
field_234868_a_
private final AABB
b
box
field_25169
box
field_234869_b_
private final CollisionContext
c
context
field_25170
context
field_234870_c_
private final Cursor3D
d
cursor
field_25171
blockIterator
field_234871_d_
private final BlockPos$MutableBlockPos
e
pos
field_25172
pos
field_234872_e_
private final VoxelShape
f
entityShape
field_25173
boxShape
field_234873_f_
private final CollisionGetter
g
collisionGetter
field_25174
world
field_234874_g_
private boolean
h
needsBorderCheck
field_25175
checkEntity
field_234875_h_
private final BiPredicate<BlockState, BlockPos>
i
predicate
field_25669
blockPredicate
field_241458_i_

Constructor summary

ModifierConstructor
public (CollisionGetter world, Entity entity, AABB box)
public (CollisionGetter world, Entity entity, AABB box, BiPredicate<BlockState, BlockPos> blockPredicate)

Method summary

Modifier and TypeMethod
public boolean
tryAdvance(Consumer<? super ddh> arg0)
tryAdvance(Consumer<? super VoxelShape> arg0)
tryAdvance(Consumer<? super class_265> arg0)
tryAdvance(Consumer<? super VoxelShape> arg0)
tryAdvance(Consumer<? super VoxelShape> arg0)
boolean
a(Consumer<? super ddh> arg0)
collisionCheck(Consumer<? super VoxelShape> arg0)
method_29285(Consumer<? super class_265> arg0)
offerBlockShape(Consumer<? super VoxelShape> arg0)
func_234878_a_(Consumer<? super VoxelShape> arg0)
private BlockGetter
a(int arg0, int arg1)
getChunk(int arg0, int arg1)
method_29283(int arg0, int arg1)
getChunk(int x, int z)
func_234876_a_(int arg0, int arg1)
boolean
b(Consumer<? super ddh> arg0)
worldBorderCheck(Consumer<? super VoxelShape> arg0)
method_29286(Consumer<? super class_265> arg0)
offerEntityShape(Consumer<? super VoxelShape> arg0)
func_234879_b_(Consumer<? super VoxelShape> arg0)
private static boolean
a(ddh arg0, dci arg1)
isCloseToBorder(VoxelShape arg0, AABB arg1)
method_30130(class_265 arg0, class_238 arg1)
method_30130(VoxelShape arg0, Box arg1)
func_241460_a_(VoxelShape arg0, AxisAlignedBB arg1)
private static boolean
b(ddh arg0, dci arg1)
isOutsideBorder(VoxelShape arg0, AABB arg1)
method_30131(class_265 arg0, class_238 arg1)
method_30131(VoxelShape arg0, Box arg1)
func_241461_b_(VoxelShape arg0, AxisAlignedBB arg1)
public static boolean
a(cfu arg0, dci arg1)
isBoxFullyWithinWorldBorder(WorldBorder arg0, AABB arg1)
method_29284(class_2784 arg0, class_238 arg1)
isInWorldBorder(WorldBorder border, Box box)
func_234877_a_(WorldBorder arg0, AxisAlignedBB arg1)