setBlockState

@NotNull
open fun setBlockState(relX: Int, relY: Int, relZ: Int, @NotNull state: @NotNull BlockState): @NotNull BlockState
@NotNull
open fun setBlockState(relX: Int, relY: Int, relZ: Int, @NotNull state: @NotNull BlockState, sync: Boolean): @NotNull BlockState