net.minecraft.world

public class RayTraceContext

bha
net.minecraft.class_3959
net.minecraft.world.RayTraceContext
net.minecraft.util.math.RayTraceContext

Field summary

Modifier and TypeField
private final Vec3d
a
field_17553
start
field_222254_a
private final Vec3d
b
field_17554
end
field_222255_b
private final RayTraceContext$ShapeType
c
field_17555
shapeType
field_222256_c
private final RayTraceContext$FluidHandling
d
field_17556
fluid
field_222257_d
private final EntityContext
e
field_17557
entityPosition
field_222258_e

Constructor summary

ModifierConstructor
public (Vec3d arg0, Vec3d arg1, RayTraceContext$ShapeType arg2, RayTraceContext$FluidHandling arg3, Entity arg4)

Method summary

Modifier and TypeMethod
public Vec3d
a()
method_17747()
getEnd()
func_222250_a()
public Vec3d
b()
method_17750()
getStart()
func_222253_b()
public VoxelShape
a(bvo arg0, bgw arg1, ev arg2)
method_17748(class_2680 arg0, class_1922 arg1, class_2338 arg2)
getBlockShape(BlockState arg0, BlockView arg1, BlockPos arg2)
func_222251_a(BlockState arg0, IBlockReader arg1, BlockPos arg2)
public VoxelShape
a(clf arg0, bgw arg1, ev arg2)
method_17749(class_3610 arg0, class_1922 arg1, class_2338 arg2)
getFluidShape(FluidState arg0, BlockView arg1, BlockPos arg2)
func_222252_a(IFluidState arg0, IBlockReader arg1, BlockPos arg2)