net.minecraft.world.level

public interface BlockGetter

extends LevelHeightAccessor

bvu
net.minecraft.world.level.BlockGetter
net.minecraft.class_1922
net.minecraft.unmapped.C_peaveboq
net.minecraft.world.BlockView
net.minecraft.src.C_1559_
net.minecraft.world.level.IBlockAccess

Method summary

Modifier and TypeMethod
BlockEntity
c_(gg arg0)
getBlockEntity(BlockPos arg0)
method_8321(class_2338 arg0)
m_jakjlsko(C_hynzadkk arg0)
getBlockEntity(BlockPos pos)
m_7702_(C_4675_ arg0)
getTileEntity(BlockPosition arg0)
default <T extends BlockEntity> Optional<T>
a(gg arg0, cis<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)
m_141902_(C_4675_ p_151368_, C_1992_<T> arg1)
BlockState
a_(gg arg0)
getBlockState(BlockPos arg0)
method_8320(class_2338 arg0)
m_cwgupilf(C_hynzadkk arg0)
getBlockState(BlockPos pos)
m_8055_(C_4675_ arg0)
getType(BlockPosition arg0)
FluidState
b_(gg arg0)
getFluidState(BlockPos arg0)
method_8316(class_2338 arg0)
m_ldbsxred(C_hynzadkk arg0)
getFluidState(BlockPos pos)
m_6425_(C_4675_ arg0)
getFluid(BlockPosition arg0)
default int
h(gg arg0)
getLightEmission(BlockPos arg0)
method_8317(class_2338 arg0)
m_ojamqnsd(C_hynzadkk arg0)
getLuminance(BlockPos pos)
m_7146_(C_4675_ arg0)
default int
O()
getMaxLightLevel()
method_8315()
m_aguquugj()
getMaxLightLevel()
m_7469_()
default Stream<BlockState>
a(dmv arg0)
getBlockStates(AABB arg0)
method_29546(class_238 arg0)
m_zqixworh(C_hbcjzgoe arg0)
getStatesInBox(Box box)
m_45556_(C_3040_ arg0)
default BlockHitResult
a(bvx arg0)
isBlockInLine(ClipBlockStateContext arg0)
method_32880(class_5702 arg0)
m_uzheryie(C_rvvvywqd arg0)
raycast(BlockStateRaycastContext context)
m_151353_(C_141182_ arg0)
default BlockHitResult
a(bvy arg0)
clip(ClipContext arg0)
method_17742(class_3959 arg0)
m_rdqtwupg(C_uyikqwzv arg0)
raycast(RaycastContext context)
m_45547_(C_1565_ arg0)
rayTrace(RayTrace arg0)
default BlockHitResult
a(dna arg0, dna arg1, gg arg2, dnt arg3, ckt 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)
m_45558_(C_3046_ p_45560_, C_3046_ p_45561_, C_4675_ p_45562_, C_3072_ p_45563_, C_2064_ arg4)
rayTrace(Vec3D arg0, Vec3D arg1, BlockPosition arg2, VoxelShape arg3, IBlockData arg4)
default double
a(dnt arg0, Supplier<dnt> 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)
m_45564_(C_3072_ p_45566_, Supplier<C_3072_> arg1)
default double
i(gg arg0)
getBlockFloorHeight(BlockPos arg0)
method_30347(class_2338 arg0)
m_uahyytse(C_hynzadkk arg0)
getDismountHeight(BlockPos pos)
m_45573_(C_4675_ arg0)
static <T, C> T
a(dna arg0, dna arg1, C arg2, BiFunction<C, gg, 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)
m_151361_(C_3046_ p_151362_, C_3046_ p_151363_, C p_151364_, BiFunction<C, C_4675_, T> p_151365_, Function<C, T> p_151366_)