net.minecraft.world.phys

public class BlockHitResult

extends HitResult

fio
net.minecraft.world.phys.BlockHitResult

Field summary

Modifier and TypeField
private final Direction
b
direction
private final BlockPos
c
blockPos
private final boolean
d
miss
private final boolean
e
inside
private final boolean
f
worldBorderHit

Constructor summary

ModifierConstructor
public (Vec3 arg0, Direction arg1, BlockPos arg2, boolean arg3)
public (Vec3 arg0, Direction arg1, BlockPos arg2, boolean arg3, boolean arg4)
private (boolean arg0, Vec3 arg1, Direction arg2, BlockPos arg3, boolean arg4, boolean arg5)

Method summary

Modifier and TypeMethod
public static BlockHitResult
a(fis arg0, jh arg1, jb arg2)
miss(Vec3 arg0, Direction arg1, BlockPos arg2)
public BlockHitResult
a(jh arg0)
withDirection(Direction arg0)
public BlockHitResult
a(jb arg0)
withPosition(BlockPos arg0)
public BlockHitResult
a()
hitBorder()
public BlockPos
b()
getBlockPos()
public Direction
c()
getDirection()
public HitResult$Type
d()
getType()
public boolean
e()
isInside()
public boolean
f()
isWorldBorderHit()