net.minecraft.world.level

public interface BlockGetter

extends LevelHeightAccessor

dig
net.minecraft.world.level.BlockGetter
net.minecraft.class_1922
net.minecraft.unmapped.C_peaveboq
net.minecraft.world.BlockView
net.minecraft.world.BlockView

Field summary

Modifier and TypeField
int
g
MAX_BLOCK_ITERATIONS_ALONG_TRAVEL
field_54147
f_evjnqixv
field_54147
MAX_COLLISION_COLLECTION_BLOCK_ITERATIONS

Method summary

Modifier and TypeMethod
BlockEntity
c_(iu arg0)
getBlockEntity(BlockPos arg0)
method_8321(class_2338 arg0)
m_jakjlsko(C_hynzadkk arg0)
getBlockEntity(BlockPos pos)
getBlockEntity(BlockPos pos)
default <T extends BlockEntity> Optional<T>
a(iu arg0, dxh<T> arg1)
getBlockEntity(BlockPos arg0, BlockEntityType<T> arg1)
method_35230(class_2338 arg0, class_2591<T> arg1)
m_mfgvkamg(C_hynzadkk arg0, C_wgqvodus<T> arg1)
getBlockEntity(BlockPos pos, BlockEntityType<T> type)
getBlockEntity(BlockPos pos, BlockEntityType<T> type)
BlockState
a_(iu arg0)
getBlockState(BlockPos arg0)
method_8320(class_2338 arg0)
m_cwgupilf(C_hynzadkk arg0)
getBlockState(BlockPos pos)
getBlockState(BlockPos pos)
FluidState
b_(iu arg0)
getFluidState(BlockPos arg0)
method_8316(class_2338 arg0)
m_ldbsxred(C_hynzadkk arg0)
getFluidState(BlockPos pos)
getFluidState(BlockPos pos)
default int
i(iu arg0)
getLightEmission(BlockPos arg0)
method_8317(class_2338 arg0)
m_ojamqnsd(C_hynzadkk arg0)
getLuminance(BlockPos pos)
getLuminance(BlockPos pos)
default Stream<BlockState>
a(fel arg0)
getBlockStates(AABB arg0)
method_29546(class_238 arg0)
m_zqixworh(C_hbcjzgoe arg0)
getStatesInBox(Box box)
getStatesInBox(Box box)
default BlockHitResult
a(dii arg0)
isBlockInLine(ClipBlockStateContext arg0)
method_32880(class_5702 arg0)
m_uzheryie(C_rvvvywqd arg0)
raycast(BlockStateRaycastContext context)
raycast(BlockStateRaycastContext context)
default BlockHitResult
a(dij arg0)
clip(ClipContext arg0)
method_17742(class_3959 arg0)
m_rdqtwupg(C_uyikqwzv arg0)
raycast(RaycastContext context)
raycast(RaycastContext context)
default BlockHitResult
a(feq arg0, feq arg1, iu arg2, ffk arg3, eah arg4)
clipWithInteractionOverride(Vec3 arg0, Vec3 arg1, BlockPos arg2, VoxelShape arg3, BlockState arg4)
method_17745(class_243 arg0, class_243 arg1, class_2338 arg2, class_265 arg3, class_2680 arg4)
m_uqbtjvun(C_vgpupfxx arg0, C_vgpupfxx arg1, C_hynzadkk arg2, C_zscvhwbd arg3, C_txtbiemp arg4)
raycastBlock(Vec3d start, Vec3d end, BlockPos pos, VoxelShape shape, BlockState state)
raycastBlock(Vec3d start, Vec3d end, BlockPos pos, VoxelShape shape, BlockState state)
default double
a(ffk arg0, Supplier<ffk> arg1)
getBlockFloorHeight(VoxelShape arg0, Supplier<VoxelShape> arg1)
method_30346(class_265 arg0, Supplier<class_265> arg1)
m_mkkwxrmy(C_zscvhwbd arg0, Supplier<C_zscvhwbd> arg1)
getDismountHeight(VoxelShape blockCollisionShape, Supplier<VoxelShape> belowBlockCollisionShapeGetter)
getDismountHeight(VoxelShape blockCollisionShape, Supplier<VoxelShape> belowBlockCollisionShapeGetter)
default double
j(iu arg0)
getBlockFloorHeight(BlockPos arg0)
method_30347(class_2338 arg0)
m_uahyytse(C_hynzadkk arg0)
getDismountHeight(BlockPos pos)
getDismountHeight(BlockPos pos)
static <T, C> T
a(feq arg0, feq arg1, C arg2, BiFunction<C, iu, T> arg3, Function<C, T> arg4)
traverseBlocks(Vec3 arg0, Vec3 arg1, C arg2, BiFunction<C, BlockPos, T> arg3, Function<C, T> arg4)
method_17744(class_243 arg0, class_243 arg1, C arg2, BiFunction<C, class_2338, T> arg3, Function<C, T> arg4)
m_gpwzkbdj(C_vgpupfxx arg0, C_vgpupfxx arg1, C arg2, BiFunction<C, C_hynzadkk, T> arg3, Function<C, T> arg4)
raycast(Vec3d start, Vec3d end, C context, BiFunction<C, BlockPos, T> blockHitFactory, Function<C, T> missFactory)
raycast(Vec3d start, Vec3d end, C context, BiFunction<C, BlockPos, T> blockHitFactory, Function<C, T> missFactory)
static Iterable<BlockPos>
a(feq arg0, feq arg1, fel arg2)
boxTraverseBlocks(Vec3 arg0, Vec3 arg1, AABB arg2)
method_61714(class_243 arg0, class_243 arg1, class_238 arg2)
m_znghthms(C_vgpupfxx arg0, C_vgpupfxx arg1, C_hbcjzgoe arg2)
collectCollisionsBetween(Vec3d oldPos, Vec3d newPos, Box boundingBox)
collectCollisions(Vec3d startPos, Vec3d endPos, Box box)
private static void
a(Set<iu> arg0, feq arg1, feq arg2, fel arg3)
addCollisionsAlongTravel(Set<BlockPos> arg0, Vec3 arg1, Vec3 arg2, AABB arg3)
method_61715(Set<class_2338> arg0, class_243 arg1, class_243 arg2, class_238 arg3)
m_futnjlxi(Set<C_hynzadkk> arg0, C_vgpupfxx arg1, C_vgpupfxx arg2, C_hbcjzgoe arg3)
collectCollisionsBetween(Set<BlockPos> result, Vec3d oldPos, Vec3d newPos, Box boundingBox)
collectCollisions(Set<BlockPos> result, Vec3d startPos, Vec3d endPos, Box box)