net.minecraft.world.level

public class ClipBlockStateContext

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

Field summary

Modifier and TypeField
private final Vec3
a
from
field_28102
start
private final Vec3
b
to
field_28103
end
private final Predicate<BlockState>
c
block
field_28104
statePredicate

Constructor summary

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

Method summary

Modifier and TypeMethod
public Vec3
a()
getTo()
method_32883()
getEnd()
public Vec3
b()
getFrom()
method_32884()
getStart()
public Predicate<BlockState>
c()
isTargetBlock()
method_32885()
getStatePredicate()