Interface FabricBlockState


public interface FabricBlockState
General-purpose Fabric-provided extensions for BlockState, matching the functionality provided in FabricBlock.

Note: This interface is automatically implemented on all block states via Mixin and interface injection.

  • Method Summary

    Modifier and Type
    Method
    Description
    default net.minecraft.world.level.block.state.BlockState
    getAppearance(net.minecraft.world.level.BlockAndTintGetter renderView, net.minecraft.core.BlockPos pos, net.minecraft.core.Direction side, @Nullable net.minecraft.world.level.block.state.BlockState sourceState, @Nullable net.minecraft.core.BlockPos sourcePos)
    Return the current appearance of the block, i.e.