net.minecraft.world

public class BlockStateRaycastContext

net.minecraft.world.level.ClipBlockStateContext
net.minecraft.class_5702
net.minecraft.world.BlockStateRaycastContext

Field summary

Modifier and TypeField
private final Vec3d
from
field_28102
start
private final Vec3d
to
field_28103
end
private final Predicate<BlockState>
block
field_28104
statePredicate

Constructor summary

ModifierConstructor
public (Vec3d start, Vec3d end, Predicate<BlockState> statePredicate)

Method summary

Modifier and TypeMethod
public Vec3d
getTo()
method_32883()
getEnd()
public Vec3d
getFrom()
method_32884()
getStart()
public Predicate<BlockState>
isTargetBlock()
method_32885()
getStatePredicate()