-
Methods in net.minecraft.entity with parameters of type ReusableStream
Modifier and Type |
Method |
Description |
static Vec3d |
Entity.adjustMovementForCollisions(@Nullable Entity entity,
Vec3d movement,
Box entityBoundingBox,
World world,
ShapeContext context,
ReusableStream<VoxelShape> collisions) |
|
static Vec3d |
Entity.adjustMovementForCollisions(Vec3d movement,
Box entityBoundingBox,
ReusableStream<VoxelShape> collisions) |
|
static Vec3d |
Entity.adjustSingleAxisMovementForCollisions(Vec3d movement,
Box entityBoundingBox,
WorldView world,
ShapeContext context,
ReusableStream<VoxelShape> collisions) |
|